From e243f6f499f84b3e25d2d2cf9614410d166e71a2 Mon Sep 17 00:00:00 2001 From: Erreur32 Date: Tue, 18 Jul 2017 23:39:55 +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 5f02a81..f74629e 100755 --- a/Install.sh +++ b/Install.sh @@ -12,7 +12,7 @@ # -echo -n "Do you wish to install the missing package before (y/n)? install ntp figlet " +echo -n "Do you wish to install the missing package before (y/n)? --> apt-get install ntp figlet" old_stty_cfg=$(stty -g) stty raw -echo answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )