Revision fa1cb1515c79cfa2d1b84825137c3af76e61d4c8 authored by Simon Bing/Megacity Team on 27 July 2018, 14:06:04 UTC, committed by Simon Bing/Megacity Team on 27 July 2018, 14:06:04 UTC
1 parent d0711bc
Raw File
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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