From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 17:50:26 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=01ae3bbdc7a05b717347e60055469c7d64e6b96c;p=fluidbook_processfarm.git wip #5220 --- diff --git a/bin/installpackages b/bin/installpackages index 88c9186..cd6a88c 100755 --- a/bin/installpackages +++ b/bin/installpackages @@ -1,4 +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 composer \ No newline at end of file +apt-get install -y pdftk poppler-utils ghostscript autofs sshfs mupdf-tools php8.1 +php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');" +php /tmp/composer-setup.php +php -r "unlink('/tmp/composer-setup.php');" \ No newline at end of file