https://github.com/duckietown/Software
Raw File
Tip revision: 96df677eea59cd3663cb921bdb4f4833cb7ce4bf authored by Liam Paull on 11 September 2019, 03:17:16 UTC
to ensure compatibility with daffy
Tip revision: 96df677
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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