From 107faedfe99cc97cc99ffe1559751262ffdbf7cb Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Fri, 1 May 2020 12:47:45 +0200 Subject: [PATCH] updated drush launcher --- bin/lemp.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/lemp.sh b/bin/lemp.sh index 79c93ab..2f2c4bc 100755 --- a/bin/lemp.sh +++ b/bin/lemp.sh @@ -174,7 +174,8 @@ sleep 3 curl https://drupalconsole.com/installer -L -o /usr/local/bin/drupal chmod +x /usr/local/bin/drupal drupal about -curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar -L -o /usr/local/bin/drush +# curl https://github.com/drush-ops/drush-launcher/releases/download/0.6.0/drush.phar -L -o /usr/local/bin/drush +wget -O /usr/local/bin/drush https://github.com/drush-ops/drush-launcher/releases/latest/download/drush.phar chmod +x /usr/local/bin/drush echo -e "Drush and DrupalConsoleinstalled"