From 857b9ec338d0142c595fa206d96e9a6c3b46e224 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 19:47:08 +0200 Subject: [PATCH] wip #5220 --- bin/installpackages | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/installpackages b/bin/installpackages index 30dc879..88c9186 100755 --- a/bin/installpackages +++ b/bin/installpackages @@ -1,3 +1,4 @@ #!/bin/sh -apt-get update -apt-get install -y pdftk poppler-utils ghostscript autofs sshfs mupdf-tools \ No newline at end of file +add-apt-repository -y ppa:ondrej/php +#apt-get update +apt-get install -y pdftk poppler-utils ghostscript autofs sshfs mupdf-tools composer \ No newline at end of file -- 2.39.5