https://github.com/duckietown/Software
Raw File
Tip revision: 001c0b62a13be88fdae5481ced39177ad73dbeee authored by Andrea Censi on 16 December 2017, 12:40:43 UTC
Minor things (#291)
Tip revision: 001c0b6
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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