do not exit after composer setup

This commit is contained in:
Ray Elliott 2020-05-07 20:18:35 +00:00
parent a833f5bf94
commit 146bb0e0fe
1 changed files with 1 additions and 4 deletions

5
SETUP
View File

@ -35,10 +35,7 @@ then
exit 10
fi
php composer-setup.php --quiet
RESULT=$?
rm composer-setup.php
exit $RESULT
php composer-setup.php
php composer.phar install