https://github.com/duckietown/Software
Raw File
Tip revision: 04e329cc8b5d712e8e2c7bed07c96445edf3516a authored by czuidema on 08 January 2018, 14:42:50 UTC
merge commit for mask & AI
Tip revision: 04e329c
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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