Update Install.sh

This commit is contained in:
Erreur32 2017-07-18 23:39:13 +02:00
parent e82d9e2f07
commit 29cde1be84
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 (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 )