https://github.com/duckietown/Software
Raw File
Tip revision: 15ad05309a0b3dac6ba00cd3d45d5d7de07c2106 authored by Julien Kindle on 22 May 2018, 16:31:31 UTC
Decreasing velocity
Tip revision: 15ad053
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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