overleaf/services/filestore/install_deps.sh
2020-02-11 18:58:55 +01:00

9 lines
119 B
Bash
Executable file

#!/bin/sh
set -ex
apt-get update
apt-get install ghostscript imagemagick optipng --yes
rm -rf /var/lib/apt/lists/*