This commit is contained in:
KKudryavtsev 2016-02-05 11:49:28 +00:00
parent 2fa662cf11
commit c7776c38fd

View File

@ -290,10 +290,16 @@ EOL
exit 0
}
bash <(curl $GET_DEPS_URL -L)
head "Checking OS dependencies"
detectOS
if [[ $INSTALL_FILES != "" ]]; then
echo
head "In addition to the Parity build dependencies, this script will install:"
echo "$INSTALL_FILES"
echo
fi
head "${b}OK,${reset} let's install Parity now!"
echo
echo