Skip to content

Instantly share code, notes, and snippets.

@natebeaty
Created November 18, 2019 19:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save natebeaty/c959caa8c4f6df6ac0e20845050322d1 to your computer and use it in GitHub Desktop.
Save natebeaty/c959caa8c4f6df6ac0e20845050322d1 to your computer and use it in GitHub Desktop.
Install Composer on Opalstack
cd $HOME
curl -sS https://getcomposer.org/installer | php
mkdir -p ~/bin
mv composer.phar ~/bin/composer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment