https://github.com/duckietown/Software
Raw File
Tip revision: e049d25cb6fa066fa0f8a8e56bcfd2b7ff88d94c authored by Unknown on 01 December 2017, 09:18:58 UTC
first attempt at migrating the graph_server_node away from the duckiebot
Tip revision: e049d25
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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