https://github.com/duckietown/Software
Raw File
Tip revision: 63a48bc80762bbf75c3155ac0fc277638e672ceb authored by Eric Lu on 28 March 2019, 15:09:24 UTC
add another map
Tip revision: 63a48bc
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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