Created
August 29, 2018 07:23
-
-
Save dakala/851b149c5909d1aae4a1489933d8ffc5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
curl -OL https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar | |
chmod +x drush.phar | |
sudo mv drush.phar /usr/local/bin/drush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment