https://github.com/duckietown/Software
Raw File
Tip revision: 10cefb881a34a3ab2d430a90487b1c0124400e45 authored by root on 06 December 2018, 15:50:27 UTC
start the avahi service automatically
Tip revision: 10cefb8
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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