https://github.com/duckietown/Software
Raw File
Tip revision: 3ad5fb61508993e2acfbbba97a2115fb82aaebfd authored by Kornel Eggerschwiler on 04 January 2018, 17:11:58 UTC
added config file
Tip revision: 3ad5fb6
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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