From a984615b81049c8e6c8409ac303b0e9a60e74aca Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 18:38:04 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Install.sh b/Install.sh index f4fbc0f..039bd7f 100755 --- a/Install.sh +++ b/Install.sh @@ -89,8 +89,11 @@ 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 "\n1.\e[92m installation \e[0m ntp figlet \e[92m start\e[0m \n" ; apt-get install -y ntp figlet; make install - echo -e "\n\e[92m apt-get installation \e[0m Succesfull \n" + echo -e "\n1.\e[92m installation \e[0m ntp figlet \e[92m start\e[0m \n" ; apt-get install -y ntp figlet; + echo -e "\n\e[92m apt-get installation \e[0m Succesfull \n" + echo -e "\n start Makefile\n\n" + make install + echo -e "\nMakefile \e[92m OK" else echo -e "\n Continue the script (y/n)? " stty raw -echo