https://github.com/duckietown/Software
Raw File
Tip revision: cae124e11d2d099bdb9c3afaaabf2422938f1951 authored by Fabrice Oehler on 19 February 2018, 06:37:07 UTC
Formatting fix
Tip revision: cae124e
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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