add-apt-repository -y ppa:ondrej/php
#apt-get update
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
+
+if [ ! -f /usr/local/bin/composer ]
+then
+ php -r "copy('https://getcomposer.org/installer', '/tmp/composer-setup.php');"
+ php /tmp/composer-setup.php
+ php -r "unlink('/tmp/composer-setup.php');"
+ mv composer.phar /usr/local/bin/composer
+fi