https://github.com/duckietown/Software
Raw File
Tip revision: 41ae874d739a19132277190980403319229d2e69 authored by Simon Bing/Megacity Team on 12 July 2018, 12:28:05 UTC
one last
Tip revision: 41ae874
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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