Skip to content

Instantly share code, notes, and snippets.

@iamstoick
Created June 7, 2017 14:44
Show Gist options
  • Select an option

  • Save iamstoick/3134de7db0bb09e7a2b08233a69e32d3 to your computer and use it in GitHub Desktop.

Select an option

Save iamstoick/3134de7db0bb09e7a2b08233a69e32d3 to your computer and use it in GitHub Desktop.
How to install Drush
php -r "readfile('https://s3.amazonaws.com/files.drush.org/drush.phar');" > /tmp/drush
chmod +x /tmp/drush
mv /tmp/drush /usr/bin/drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment