Update install.sh
This commit is contained in:
parent
cdec362ea9
commit
97a2e110bc
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ stty raw -echo
|
|||
answer2=$( while ! head -c 2 | grep -i '[ny]' ;do true ;done )
|
||||
stty $old2_stty_cfg
|
||||
if echo "$answer2" | grep -iq "^y" ;then
|
||||
echo -e "\n1.\e[92m ok no apt-get required \e[0m Installation continue... \n"; #make install
|
||||
echo -e "\n1.\e[92m No apt-get required\e[0m Installation continue... \n"; #make install
|
||||
else
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue