Skip to content

Instantly share code, notes, and snippets.

@jonhattan
Last active September 30, 2015 12:56
Show Gist options
  • Save jonhattan/ef9f21d65c48faf2cf73 to your computer and use it in GitHub Desktop.
Save jonhattan/ef9f21d65c48faf2cf73 to your computer and use it in GitHub Desktop.
<strike>oneliner</strike> several-liner to install composer and drush system-wide
#!/bin/sh
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
COMPOSER_HOME=/opt/drush COMPOSER_BIN_DIR=/usr/local/bin COMPOSER_VENDOR_DIR=/opt/drush composer require drush/drush:7
cd /opt/drush/drush/drush/
composer install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment