Created
January 31, 2013 17:22
-
-
Save dbaltas/4684543 to your computer and use it in GitHub Desktop.
Script to install composer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /usr/local/bin/ && | |
curl -s https://getcomposer.org/installer | sudo php && | |
sudo chmod a+x composer.phar && | |
sudo mv composer.phar composer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment