Update Install.sh
This commit is contained in:
parent
c0b68c7934
commit
7ad1ab7cbb
1 changed files with 2 additions and 2 deletions
|
@ -19,9 +19,9 @@ stty raw -echo
|
||||||
answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
|
answer=$( while ! head -c 1 | grep -i '[ny]' ;do true ;done )
|
||||||
stty $old_stty_cfg
|
stty $old_stty_cfg
|
||||||
if echo "$answer" | grep -iq "^y" ;then
|
if echo "$answer" | grep -iq "^y" ;then
|
||||||
echo "/n ; Yes" ; apt-get install -y ntp figlet; make install
|
echo -e "/n Yes install ntp figlet" ; apt-get install -y ntp figlet; make install
|
||||||
else
|
else
|
||||||
echo "/n ; No continue without"; make install
|
echo -e "/n No continue without"; make install
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue