https://github.com/duckietown/Software
Raw File
Tip revision: d40929527f9047a920baf18dfa054025c0220f26 authored by Eric Lu on 22 June 2018, 12:39:59 UTC
colour recognition for watchtowers
Tip revision: d409295
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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