https://github.com/duckietown/Software
Raw File
Tip revision: 4246fc5c8e24b9b46c04872acb69bf44b3219c9f authored by Simon Bing/Megacity Team on 31 May 2018, 16:41:06 UTC
SURF
Tip revision: 4246fc5
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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