]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5220
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 18:04:29 +0000 (20:04 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 18:04:29 +0000 (20:04 +0200)
bin/installpackages

index 0359787e2b651f28d73a7ddc3e7fcb5d545fa109..909f91b8a1a291d3d5f2cf07505e25d208db844b 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 add-apt-repository -y ppa:ondrej/php
 #apt-get update
-apt-get install -y pdftk poppler-utils ghostscript autofs sshfs mupdf-tools php8.1 php8.1-curl php8.1-exif php8.1-xml php8.1-gd
+apt-get install -y pdftk poppler-utils ghostscript autofs sshfs mupdf-tools php8.1 php8.1-curl php8.1-exif php8.1-xml php8.1-gd php8.1-ssh
 
 if [ ! -f /usr/local/bin/composer ]
 then