Update install.sh

This commit is contained in:
Erreur32 2017-07-20 22:35:03 +02:00
parent 887e0362f3
commit fb6ff55dea

View file

@ -98,8 +98,8 @@ if echo "$answer" | grep -iq "^y" ;then
echo -e "\nMake file done.\n"
else
make install
fi
echo -e "\nMake file done.\n"
fi
else
echo -e "\nDo you want to continue this installation? (y/n)\n "
old2_stty_cfg=$(stty -g)