deplacmeent composer.phar et php-cs-fixer

This commit is contained in:
2022-05-04 16:53:32 +02:00
parent 774cc9fa5e
commit 16a2c38e97
8 changed files with 2085 additions and 9 deletions

View File

@ -10,6 +10,6 @@ set -xeo pipefail
sudo chown -R www-data: /loginappsql
cp /composer.phar /loginappsql/composer.phar
cp /bin/composer.phar /loginappsql/composer.phar
cd /loginappsql
php composer.phar install

View File

@ -13,7 +13,7 @@ then
exit 1
fi
php composer-setup.php
php composer-setup.php --install-dir=bin
RESULT=$?
rm composer-setup.php
exit $RESULT