https://github.com/duckietown/Software
Raw File
Tip revision: 060f3258d094d30f373c2dcb5bae61707e34afb6 authored by breandan on 26 September 2018, 01:55:46 UTC
! -z for compatibility with older bash versions
Tip revision: 060f325
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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