https://github.com/duckietown/Software
Raw File
Tip revision: a17275b76fc8e5979b16f3d046a08649ea24e0cc authored by syangav on 05 January 2018, 16:43:31 UTC
change three channel graph
Tip revision: a17275b
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


sudo apt install -y \
	bibtex2html \
	pdftk
back to top