Revision 971aa74e6cd447f72a266207e2f2313246e3776d authored by Niklas Funk on 23 January 2018, 05:33:41 UTC, committed by Niklas Funk on 23 January 2018, 05:33:41 UTC
1 parent e304a17
Raw File
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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