Skip to content

Instantly share code, notes, and snippets.

@davidjguru
Created May 4, 2018 11:25
Show Gist options
  • Save davidjguru/3ef9131f56c522a32ad47bbc6596665f to your computer and use it in GitHub Desktop.
Save davidjguru/3ef9131f56c522a32ad47bbc6596665f to your computer and use it in GitHub Desktop.
Drush Launcher Installation
## Get the Drush Launcher
wget -O drush.phar https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar
## Make downloaded file executable
chmod +x drush.phar
## Move drush.phar to a location listed in your $PATH, rename to drush
sudo mv drush.phar /usr/local/bin/drush
## Update the tool
drush self-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment