From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 17:47:08 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=857b9ec338d0142c595fa206d96e9a6c3b46e224;p=fluidbook_processfarm.git wip #5220 --- 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