From f7870be56d147e09f87c656bc6b1de79515ecaa8 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Wed, 3 Jul 2019 16:21:43 +0200 Subject: [PATCH] lemp improve --- bin/lemp.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/lemp.sh b/bin/lemp.sh index b6e80dc..6d1db8a 100755 --- a/bin/lemp.sh +++ b/bin/lemp.sh @@ -142,7 +142,7 @@ echo -e "Installing Composer" sleep 3 export COMPOSER_HOME=/usr/local/composer curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - +composer about echo -e "Composer installed" @@ -156,8 +156,10 @@ echo -e "Installing Drush and DrupalConsole" 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 chmod +x /usr/local/bin/drush + echo -e "Drush and DrupalConsoleinstalled"