check os
This commit is contained in:
parent
2fa662cf11
commit
c7776c38fd
@ -290,10 +290,16 @@ EOL
|
|||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
bash <(curl $GET_DEPS_URL -L)
|
head "Checking OS dependencies"
|
||||||
|
|
||||||
detectOS
|
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!"
|
head "${b}OK,${reset} let's install Parity now!"
|
||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
Loading…
Reference in New Issue
Block a user