https://github.com/duckietown/Software
Raw File
Tip revision: 5b809b152be5870c8401e532a0d79047cfbea953 authored by Andrea F. Daniele on 04 February 2019, 20:16:12 UTC
Merge branch 'ttic-mcomp' of github.com:duckietown/Software into ttic-mcomp
Tip revision: 5b809b1
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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