swh:1:snp:7438b129d9cacb54440879827822fdf5f107e828
Raw File
Tip revision: bb103c154354baedabdcaa9bf841ccb3515788bd authored by Brett Stephens on 22 January 2018, 14:54:58 UTC
hardcoded curv
Tip revision: bb103c1
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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