Installation script

This commit is contained in:
Simon Vieille 2016-09-27 22:53:04 +02:00
parent 28eb7b2fbb
commit b31757b944
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ git config --global user.email "www-data@$domain"
git config --global user.email "www-data@$domain"
cd $src_path
sudo curl -sS https://getcomposer.org/installer | php
sudo curl -sS https://getcomposer.org/installer | sudo php
sudo mv composer.phar composer
sudo chmod +x composer

View file

@ -30,7 +30,7 @@ git config --global user.email "www-data@$domain"
git config --global user.email "www-data@$domain"
cd $src_path
sudo curl -sS https://getcomposer.org/installer | php
sudo curl -sS https://getcomposer.org/installer | sudo php
sudo mv composer.phar composer
sudo chmod +x composer