Skip to content

Instantly share code, notes, and snippets.

@geraldvillorente
Created May 18, 2015 00:30
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 geraldvillorente/6fc664f5a60638813a3c to your computer and use it in GitHub Desktop.
Save geraldvillorente/6fc664f5a60638813a3c to your computer and use it in GitHub Desktop.
How to install Drush on Ubuntu
$ sudo apt-get install php-pear
$ sudo pear channel-discover pear.drush.org
$ sudo pear install drush/drush
$ sudo drush
$ sudo chown -R $USER:$USER ~/.drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment