https://github.com/duckietown/Software
Raw File
Tip revision: 282c9db721b5a3f4b25c136b0c2b47954730ae54 authored by Simon Bing/Megacity Team on 19 April 2018, 12:56:09 UTC
Merge branch 'master18-megacity' of github.com:duckietown/Software into master18-megacity
Tip revision: 282c9db
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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