From 2b3c1632e0573875c0ca1989f44af96c2d2d91ac Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 20:03:37 +0200 Subject: [PATCH] wip #5220 --- bin/installpackages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installpackages b/bin/installpackages index 4e7f179..0359787 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 autofs sshfs mupdf-tools php8.1 php8.1-curl php8.1-exif php8.1-xml +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 if [ ! -f /usr/local/bin/composer ] then -- 2.39.5