https://github.com/duckietown/Software
Raw File
Tip revision: a8888286df65afcd5d71c972ea0cebf780ad8d50 authored by MilanSchilling on 19 December 2017, 10:14:38 UTC
added class to perform color balance
Tip revision: a888828
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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