https://github.com/duckietown/Software
Raw File
Tip revision: 7b9b728b06b6352d80ede80b8f94865ed300e7ec authored by Gianmarco Bernasconi on 15 December 2018, 13:27:00 UTC
lol
Tip revision: 7b9b728
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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