fixed prompt to install

This commit is contained in:
KKudryavtsev 2016-02-05 17:05:50 +00:00
parent dc3d1c5098
commit 39500cf59c

View File

@ -664,11 +664,16 @@ EOL
head "${b}OK,${reset} let's install Parity now!"
wait_for_user "${b}Last chance!${reset} Sure you want to install this software?"
if wait_for_user "${b}Last chance!${reset} Sure you want to install this software?"
then
install
echo
echo
else
finish
fi
echo
echo
install
if [[ $OS_TYPE == "linux" ]]
then