Revision 986dc6133704336d7be8f4dbe73090c58f61d2a8 authored by Julien Kindle on 19 March 2018, 16:39:03 UTC, committed by GitHub on 19 March 2018, 16:39:03 UTC
1 parent 3dc81dd
Raw File
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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