Fix installation on darwin after #32
This commit is contained in:
parent
60938297cc
commit
c0c635f3ce
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ if [ ! -e "/usr/bin/composer" ]; then
|
|||
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
|
||||
RESULT=$?
|
||||
rm composer-setup.php
|
||||
exit $RESULT
|
||||
echo $RESULT
|
||||
fi
|
||||
composer global require hirak/prestissimo
|
||||
sudo composer global require hirak/prestissimo
|
||||
php -v
|
||||
composer -V
|
||||
|
|
|
|||
Loading…
Reference in a new issue