Revision f91ae6f3c641a6d21c3d0c1718fa982698629c2a authored by nicolaslanzetti on 06 December 2017, 19:27:16 UTC, committed by nicolaslanzetti on 06 December 2017, 19:27:16 UTC
1 parent a6961dd
Raw File
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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