Update install.sh

This commit is contained in:
Erreur32 2017-07-20 22:10:54 +02:00
parent cdec362ea9
commit 97a2e110bc

View file

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