From: Vincent Vanwaelscappel Date: Fri, 8 Apr 2022 08:52:57 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5b960a2e0edeec5853fd92ba67ba2062f75a9b81;p=fluidbook_processfarm.git wip #5220 --- diff --git a/bin/installpackages b/bin/installpackages index 2be88ba..d257fd1 100755 --- a/bin/installpackages +++ b/bin/installpackages @@ -1,7 +1,7 @@ #!/bin/sh add-apt-repository -y ppa:ondrej/php #apt-get update -apt-get install -y pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.1 php8.1-curl php8.1-exif php8.1-xml php8.1-gd php8.1-ssh libjpeg-turbo-progs +apt-get install -y pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.1 php8.1-curl php8.1-exif php8.1-xml php8.1-gd php8.1-ssh php8.1-zip libjpeg-turbo-progs zip unzip if [ ! -f /usr/local/bin/composer ] then