https://github.com/duckietown/Software
Raw File
Tip revision: 944afe78b78fa24c10c0e3bbf658d6363b9a58fd authored by Eric Lu on 12 June 2018, 08:49:35 UTC
This branch is for exposure testing
Tip revision: 944afe7
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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