Skip to content

Instantly share code, notes, and snippets.

@luisfc
Created April 8, 2017 05:09
Show Gist options
  • Save luisfc/056dbf80c4f9c9cb3def9e8202fed90b to your computer and use it in GitHub Desktop.
Save luisfc/056dbf80c4f9c9cb3def9e8202fed90b to your computer and use it in GitHub Desktop.
Install Drush
cd ~
$ wget --quiet -O - http://ftp.drupal.org/files/projects/drush-7.x-5.9.tar.gz
$ tar -zxf drush-7.x-5.9.tar.gz
$ ln -s ~/drush/drush /usr/local/bin/drush
$ drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment