From 4513229b2b96f4b8ec632c368851504821e6391a Mon Sep 17 00:00:00 2001 From: KKudryavtsev Date: Fri, 5 Feb 2016 00:23:07 +0000 Subject: [PATCH] skipping prompt for install (just doing it) --- install-parity.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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" ]]