Revision af7c88671e8cedf36d2b6a3f68d4271c1b804bc4 authored by Eric Lu on 09 July 2018, 12:50:30 UTC, committed by Eric Lu on 09 July 2018, 12:50:30 UTC
2 parent s 355ae68 + e3d64f7
Raw File
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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