From a11d4d506fec3192a4ab942a8bf130d954b5d2fa Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 15:44:55 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Install.sh b/Install.sh index 427c586..2f562f6 100755 --- a/Install.sh +++ b/Install.sh @@ -65,9 +65,9 @@ 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[92mOK installation of\e[0m ntp figlet \e[92m start\e[0m " ; apt-get install -y ntp figlet; make install + echo -e "\n \e[92mOK installation of\e[0m ntp figlet \e[92m start\e[0m " ; apt-get install -y ntp figlet; make install else - echo -e "/n \e[91m No \e[0m continue installation"; make install + echo -e "\n \e[91m No \e[0m continue installation"; make install fi @@ -85,6 +85,6 @@ FIN ## Generate first stats /usr/bin/motds32 -g -echo -e "\n \e[92mInstallation successfull !!\e[0m use /usr/bin/motds32 for help" +echo -e "\n \e[92mInstallation successfull !!\e[0m \nuse /usr/bin/motds32 for any help" #EOF \ No newline at end of file