https://github.com/duckietown/Software
Raw File
Tip revision: 8d70825b57434225bf90fa1748b1c384698a9299 authored by student on 04 May 2018, 14:45:40 UTC
Most Beautiful
Tip revision: 8d70825
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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