From 887e0362f3803c67b3796875fc9b8a409d380481 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 22:34:19 +0200 Subject: [PATCH] Update install.sh --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 5ef2c5d..9097624 100755 --- a/install.sh +++ b/install.sh @@ -91,9 +91,8 @@ stty raw -echo answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done ) stty $old_stty_cfg if echo "$answer" | grep -iq "^y" ;then - echo -e "\n\e[34m1.\e[92m apt-get install \e[0m ntp figlet \e[94m start\e[0m" ; apt-get install -y ntp figlet; + echo -e "\n\e[34m1.\e[92m apt-get install \e[0m ntp figlet \e[94m start\e[0m\n" ; apt-get install -y ntp figlet; echo -e "\n\e[92mapt-get installation\e[0m Succesfull" - echo -e "\n Installation of MOTDs32\n" if [ -f /usr/bin/motds32 ] then echo -e "\nMake file done.\n" @@ -137,8 +136,8 @@ fi ## Generate first stats /usr/bin/motds32 -g - -echo -e "\n\e[34m3. \e[92mMOTDs32 Installation completed!\e[0m \n\n Use: /usr/bin/motds32 for help\n" + +echo -e "\n\e[34m3. \e[92m echo -e "\n Installation of MOTDs32 completed!\e[0m \n\n Use: /usr/bin/motds32 for help\n" exit 0 #EOF