mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
- refactoring architecture - fix incomplete ssh logs - code editor for scripts in the app - remove Jobs and SSHCommands
8 lines
159 B
Bash
Executable File
8 lines
159 B
Bash
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
|
|
|
|
composer
|