https://github.com/duckietown/Software
Raw File
Tip revision: 54a0288cd29fb0fc78f4eb0acce8e30332191008 authored by SebasRatz on 11 January 2018, 14:45:01 UTC
Merge branch 'devel-fleet-planning' into devel-fleet-planning-fsm-node
Tip revision: 54a0288
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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