Update Install.sh

This commit is contained in:
Erreur32 2017-07-18 23:36:57 +02:00
parent de1dedd18a
commit e82d9e2f07
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ stty raw -echo
answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
stty $old_stty_cfg
if echo "$answer" | grep -iq "^y" ;then
echo "Yes let's go" ; apt-get install -y ntp figlet
echo "Yes let's go" ; apt-get install -y ntp figlet; make install
else
echo "No continue without"; make install