diff --git a/install-parity.sh b/install-parity.sh index a6697a840..452d8ff9e 100755 --- a/install-parity.sh +++ b/install-parity.sh @@ -294,14 +294,7 @@ EOL detectOS - # Prompt user to continue or abort - if wait_for_user "${b}OK,${reset} let's install Parity now!" - then - echo "Installing..." - else - abortInstall "${red}==>${reset} Process stopped by user. To resume the install run the one-liner command again." - fi - + head "${b}OK,${reset} let's install Parity now!" install if [[ $OS_TYPE == "linux" ]]