https://github.com/duckietown/Software
Raw File
Tip revision: 937709f496a0be41dd4d53e63019b9a3c8c37571 authored by breandan on 26 September 2018, 18:46:11 UTC
Update env.sh
Tip revision: 937709f
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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