Update Install.sh

This commit is contained in:
Erreur32 2017-07-18 23:39:55 +02:00
parent 29cde1be84
commit e243f6f499
1 changed files with 1 additions and 1 deletions

View File

@ -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 )