From 01ae3bbdc7a05b717347e60055469c7d64e6b96c Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 19:50:26 +0200 Subject: [PATCH] wip #5220 --- bin/installpackages | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5