updated drush launcher
This commit is contained in:
+2
-1
@@ -174,7 +174,8 @@ sleep 3
|
|||||||
curl https://drupalconsole.com/installer -L -o /usr/local/bin/drupal
|
curl https://drupalconsole.com/installer -L -o /usr/local/bin/drupal
|
||||||
chmod +x /usr/local/bin/drupal
|
chmod +x /usr/local/bin/drupal
|
||||||
drupal about
|
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
|
chmod +x /usr/local/bin/drush
|
||||||
|
|
||||||
echo -e "Drush and DrupalConsoleinstalled"
|
echo -e "Drush and DrupalConsoleinstalled"
|
||||||
|
|||||||
Reference in New Issue
Block a user