]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5220
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 17:50:26 +0000 (19:50 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 7 Apr 2022 17:50:26 +0000 (19:50 +0200)
bin/installpackages

index 88c9186eaa87830788662a33e2cbb043d754c088..cd6a88c9d25977dce4cbfa76e7817d9ecfa26e09 100755 (executable)
@@ -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