Need to use sudo for composer self-update

This commit is contained in:
Jonny Barnes 2017-05-18 15:42:06 +01:00
parent 72e0f69ba0
commit a6999c9609

View file

@ -4,7 +4,7 @@ echo "Putting the Laravel app in maintenance mode"
php artisan down
echo "Updating composer and dependencies"
composer self-update
sudo composer self-update
composer install
echo "Caching Laravel route and config files"