Revision 3c794a90cd136316fb53192edf54ddf8a5199651 authored by Unknown on 05 January 2018, 08:18:47 UTC, committed by Unknown on 05 January 2018, 08:18:47 UTC
1 parent 65f8cab
Raw File
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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