https://github.com/duckietown/Software
Raw File
Tip revision: aa1e4b7c9b4c95b2721698048a46044f099439a1 authored by manuelbre on 15 December 2017, 13:01:57 UTC
changed easy yaml struct
Tip revision: aa1e4b7
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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