Skip to content

Instantly share code, notes, and snippets.

@xuyuji9000
Created September 20, 2017 15:03
Show Gist options
  • Save xuyuji9000/1a48c9841074f3cb6ebe8744e4eb887a to your computer and use it in GitHub Desktop.
Save xuyuji9000/1a48c9841074f3cb6ebe8744e4eb887a to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo curl -s https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
@xuyuji9000
Copy link
Author

command

source <(curl -s https://gist.githubusercontent.com/xuyuji9000/1a48c9841074f3cb6ebe8744e4eb887a/raw/b99258b0609de17e7b44dcedec248132ee4f950d/ubuntu-install-composer.sh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment