https://github.com/duckietown/Software
Raw File
Tip revision: 25e993e024f3a068eb625717e14ced997ef40890 authored by Simon Bing/Megacity Team on 18 May 2018, 07:36:59 UTC
test
Tip revision: 25e993e
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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