https://github.com/duckietown/Software
Raw File
Tip revision: 08fbb12033718409c81cf451a365d3724970aa80 authored by MarcoStalder on 18 January 2018, 09:36:41 UTC
minor
Tip revision: 08fbb12
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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