From 564a191e365e1c4c4c815d80493945db522f376b Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 6 Feb 2016 15:07:26 +0100 Subject: [PATCH] Better install text. --- install-deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-deps.sh b/install-deps.sh index df2dee038..e784f5b43 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -805,14 +805,14 @@ EOL if [[ ! -e parity ]]; then # 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. build_parity fi fi 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 fi fi