overleaf/services/clsi/install_deps.sh

10 lines
216 B
Bash
Raw Normal View History

/bin/sh
wget -qO- https://get.docker.com/ | sh
apt-get install poppler-utils vim ghostscript --yes
npm rebuild
2018-02-26 06:56:19 -05:00
usermod -aG docker app
2018-03-16 13:40:10 -04:00
mkdir /app/bin/synctex-mount
cp /app/bin/synctex /app/bin/synctex-mount/synctex
2018-03-16 11:25:36 -04:00