From 39500cf59c38499ff107df5b1d7b38db4ea74769 Mon Sep 17 00:00:00 2001 From: KKudryavtsev Date: Fri, 5 Feb 2016 17:05:50 +0000 Subject: [PATCH] fixed prompt to install --- install-parity.sh | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/install-parity.sh b/install-parity.sh index afe4e658b..b405eef7e 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -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