https://github.com/duckietown/Software
Raw File
Tip revision: 932e7a84bf677d36c46f56027f5eff5a7279109e authored by jukindle on 30 August 2018, 14:38:28 UTC
Read Tiles from map data
Tip revision: 932e7a8
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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