Skip to content

Instantly share code, notes, and snippets.

@gido
Created April 5, 2013 15: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 gido/5320213 to your computer and use it in GitHub Desktop.
Save gido/5320213 to your computer and use it in GitHub Desktop.
# cd shared/
# download Drush
curl -C - -O -s http://ftp.drupal.org/files/projects/drush-7.x-5.8.tar.gz
# unarchive
tar -xf drush*.tar.gz
# set permissions
chmod u+x drush/drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment