Revision b2c6d4a5887432bf49726112b576fd3f5fc7ae1a authored by Andrea Censi on 14 January 2018, 17:32:11 UTC, committed by Andrea Censi on 14 January 2018, 17:32:11 UTC
1 parent db8a065
Raw File
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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