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

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