https://github.com/duckietown/Software
Raw File
Tip revision: 1e4e4f208f2a9f52920ef9af065787d987ac75d8 authored by syangav on 06 December 2017, 20:57:40 UTC
fr
Tip revision: 1e4e4f2
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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