From 2660ce7c70a85cef82289ef56db3c757261bb406 Mon Sep 17 00:00:00 2001 From: Andrii Skrypnychenko Date: Sat, 4 Jan 2025 10:43:50 +0100 Subject: [PATCH] updated messages --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 596054c..27903de 100644 --- a/install.sh +++ b/install.sh @@ -820,14 +820,14 @@ info " * server assistant is installed in $bin_dir" if [ "$upgrade" -eq 1 ]; then - printf "[+] COMPLETED! The gaianet node has been upgraded to v$version.\n\n" + printf "✅ COMPLETED! The gaianet node has been upgraded to v$version.\n\n" - info ">>> Next, you should run the command 'gaianet init' to initialize the GaiaNet node." + info "👉 Next, you should run the command 'gaianet init' to initialize the GaiaNet node." else - printf "[+] COMPLETED! The gaianet node has been installed successfully.\n\n" + printf "✅ COMPLETED! The gaianet node has been installed successfully.\n\n" - info "Your node ID is $subdomain. Please register it in your portal account to receive awards!" + info "✨ Your node ID is $subdomain. 🌟 Please register it in your portal account to receive rewards!" # Command to append cmd="export PATH=\"$bin_dir:\$PATH\""