From 29cde1be84bb889cddaac78d662822f60a8345a4 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 18 Jul 2017 23:39:13 +0200 Subject: [PATCH] Update Install.sh --- Install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install.sh b/Install.sh index 64c7842..5f02a81 100755 --- a/Install.sh +++ b/Install.sh @@ -12,7 +12,7 @@ # -echo -n "Do you wish to install the missing package (y/n)? " +echo -n "Do you wish to install the missing package before (y/n)? install ntp figlet " old_stty_cfg=$(stty -g) stty raw -echo answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )