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 )