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

index af56f440146537e37090fe5968b7a463baa486a0..4e7f1798a4f6e0511b92f8accbf62df2dd5d95a2 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
+apt-get install -y pdftk poppler-utils ghostscript autofs sshfs mupdf-tools php8.1 php8.1-curl php8.1-exif php8.1-xml
 
 if [ ! -f /usr/local/bin/composer ]
 then