From 33a39edc38f98560b5f79cc49f0cb05e743be840 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Fri, 21 Jul 2017 01:38:56 +0200 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 382f3ac..0019dea 100755 --- a/install.sh +++ b/install.sh @@ -111,7 +111,7 @@ 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[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\e[92m apt-get installation\e[0m Succesfull\n" if [ -f /usr/bin/motds32 ] then echo -e "\n\e[92m Make file done.\n" @@ -160,7 +160,7 @@ fi /usr/bin/motds32 -g echo -ne '\n\e[0m #######################(100%)\r\n\n' -echo -e "\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\nUse: /usr/bin/motds32 for help\n" +echo -e "\n\e[34m \e[92m Installation of MOTDs32 completed!\e[0m \n\n\nUse: /usr/bin/motds32 for help\n" exit 0 #EOF