Better install text.
This commit is contained in:
parent
87f7406548
commit
564a191e36
@ -805,14 +805,14 @@ EOL
|
|||||||
|
|
||||||
if [[ ! -e parity ]]; then
|
if [[ ! -e parity ]]; then
|
||||||
# Maybe install parity
|
# Maybe install parity
|
||||||
if [[ $(ask_user "${b}Build dependencies installed B-)!${reset} Would you like to download and build parity?") == true ]]; then
|
if [[ $(ask_user "${b}Parity${reset} Would you like to download and build parity?") == true ]]; then
|
||||||
# Do get parity.
|
# Do get parity.
|
||||||
build_parity
|
build_parity
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $OS_TYPE == "linux" && $DISTRIB_ID == "Ubuntu" ]]; then
|
if [[ $OS_TYPE == "linux" && $DISTRIB_ID == "Ubuntu" ]]; then
|
||||||
if [[ $(ask_user "${b}Netstats:${reset} Would you like to install and configure a netstats client?") == true ]]; then
|
if [[ $(ask_user "${b}Netstats${reset} Would you like to download, install and configure a Netstats client?${n}${b}${red}WARNING: ${reset}${red}This will need a secret and reconfigure any existing node/NPM installation you have.${reset} ") == true ]]; then
|
||||||
install_netstats
|
install_netstats
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user