Skip to content

Instantly share code, notes, and snippets.

@nektro
Created July 9, 2017 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nektro/6c8be30ae8df9c2217a1fdfcf1449bb8 to your computer and use it in GitHub Desktop.
Save nektro/6c8be30ae8df9c2217a1fdfcf1449bb8 to your computer and use it in GitHub Desktop.
Installer shell scripts
#!/usr/bin/env bash
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment