https://github.com/duckietown/Software
Raw File
Tip revision: 5ae6e1fbbb258c1d4fe018845f99fbff6e2b3e7d authored by Andrea Censi on 08 July 2018, 14:44:03 UTC
Logs refactorization and containerization (#329)
Tip revision: 5ae6e1f
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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