From 06ca074e4defdffe618fda011cc2913b5281d16b Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Thu, 20 Jul 2017 19:07:54 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Install.sh b/Install.sh index 8a70055..ab0cd5c 100755 --- a/Install.sh +++ b/Install.sh @@ -94,7 +94,7 @@ if echo "$answer" | grep -iq "^y" ;then echo -e "\n start Makefile\n\n" make install echo -e "\nMakefile \e[92m OK" -elif +else stty raw -echo answer2=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done ) if echo "$answer2" | grep -iq "^y" ;then @@ -102,7 +102,6 @@ answer2=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done ) else exit 1 fi - fi ## Install Crontab