mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-07 00:42:34 +00:00
Merge (#127)
This commit is contained in:
7
app/SSH/Services/PHP/scripts/install-composer.sh
Executable file
7
app/SSH/Services/PHP/scripts/install-composer.sh
Executable file
@ -0,0 +1,7 @@
|
||||
cd ~
|
||||
|
||||
curl -sS https://getcomposer.org/installer -o composer-setup.php
|
||||
|
||||
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
composer
|
Reference in New Issue
Block a user