mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 19:01:37 +00:00
10 lines
182 B
PHP
Executable File
10 lines
182 B
PHP
Executable File
cd ~
|
|
|
|
curl -sS https://getcomposer.org/installer -o composer-setup.php
|
|
|
|
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
|
|
|
|
rm composer-setup.php
|
|
|
|
composer
|