]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5220
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Apr 2022 16:51:30 +0000 (18:51 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 8 Apr 2022 16:51:30 +0000 (18:51 +0200)
bin/installpackages

index 4bc56a2d6f0815f63f2ea124a6d5caf5b6c1fec1..7bc7b6ade62b35de50a2f2f4195596f20f01d773 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 add-apt-repository -y ppa:ondrej/php
 #apt-get update
-apt-get install -y libx11-dev 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
+apt-get install -y x11-common 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