Ajouter 'composer.sh'

This commit is contained in:
virtubox 2017-07-01 00:31:10 +00:00
parent 01f2e75fe3
commit 831d127af4
1 changed files with 4 additions and 0 deletions

4
composer.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
cd ~/
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/bin/composer