https://github.com/duckietown/Software
Raw File
Tip revision: 4c7b0b415bf31cded9a2099e284d118fb72b0aed authored by Selcuk Ercan on 12 November 2018, 21:06:07 UTC
update
Tip revision: 4c7b0b4
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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