skipping prompt for install (just doing it)

This commit is contained in:
KKudryavtsev 2016-02-05 00:23:07 +00:00
parent 0059747077
commit 4513229b2b

View File

@ -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" ]]