From 81b08a0ecdd54896af511eb203a1b3d7bddca07c Mon Sep 17 00:00:00 2001 From: Sean Alter Date: Tue, 17 Oct 2023 01:12:41 -0400 Subject: [PATCH] style(template&bootstrap): Change red text to yellow --- _webi/bootstrap.sh | 8 ++++---- _webi/template.sh | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index aac8b9f..f193b6a 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -15,11 +15,11 @@ __install_webi() { export WEBI_HOST echo "" - printf "Thanks for using webi to install '\e[32m%s\e[0m' on '\e[31m%s/%s\e[0m'.\n" "${WEBI_PKG-}" "$(uname -s)/$(uname -r)" "$(uname -m)" + printf "Thanks for using webi to install '\e[32m%s\e[0m' on '\e[33m%s/%s\e[0m'.\n" "${WEBI_PKG-}" "$(uname -s)/$(uname -r)" "$(uname -m)" echo "Have a problem? Experience a bug? Please let us know:" echo " https://github.com/webinstall/webi-installers/issues" echo "" - printf "\e[31mLovin'\e[0m it? Say thanks with a \e[34mStar on GitHub\e[0m:\n" + printf "\e[33mLovin'\e[0m it? Say thanks with a \e[34mStar on GitHub\e[0m:\n" printf " \e[32mhttps://github.com/webinstall/webi-installers\e[0m\n" echo "" @@ -145,7 +145,7 @@ __webi_main() { printf 'PATH.env updated with:\\n' printf "%s\\n" "\$my_paths" printf '\\n' - printf "\\e[31mTO FINISH\\e[0m: copy, paste & run the following command:\\n" + printf "\\e[33mTO FINISH\\e[0m: copy, paste & run the following command:\\n" printf "\\n" printf " \\e[34msource ~/.config/envman/PATH.env\\e[0m\\n" printf " (newly opened terminal windows will update automatically)\\n" @@ -158,7 +158,7 @@ __webi_main() { version() { my_version=v1.1.15 - printf "\\e[31mwebi\\e[32m %s\\e[0m Copyright 2020+ AJ ONeal\\n" "\${my_version}" + printf "\\e[33mwebi\\e[32m %s\\e[0m Copyright 2020+ AJ ONeal\\n" "\${my_version}" printf " \\e[34mhttps://webinstall.dev/webi\\e[0m\\n" } diff --git a/_webi/template.sh b/_webi/template.sh index 614f2c1..6d456e7 100644 --- a/_webi/template.sh +++ b/_webi/template.sh @@ -508,11 +508,11 @@ __bootstrap_webi() { if [ -z "${WEBI_WELCOME-}" ]; then echo "" - printf "Thanks for using webi to install '\e[32m%s\e[0m' on '\e[31m%s/%s\e[0m'.\n" "${WEBI_PKG-}" "$(uname -s)" "$(uname -m)" + printf "Thanks for using webi to install '\e[32m%s\e[0m' on '\e[33m%s/%s\e[0m'.\n" "${WEBI_PKG-}" "$(uname -s)" "$(uname -m)" echo "Have a problem? Experience a bug? Please let us know:" echo " https://github.com/webinstall/webi-installers/issues" echo "" - printf "\e[31mLovin'\e[0m it? Say thanks with a \e[34mStar on GitHub\e[0m:\n" + printf "\e[33mLovin'\e[0m it? Say thanks with a \e[34mStar on GitHub\e[0m:\n" printf " \e[32mhttps://github.com/webinstall/webi-installers\e[0m\n" echo "" fi @@ -608,7 +608,7 @@ __bootstrap_webi() { rm -f "$_webi_tmp/.PATH.env" - printf "\e[31mTO FINISH\e[0m: copy, paste & run the following command:\n" + printf "\e[33mTO FINISH\e[0m: copy, paste & run the following command:\n" printf "\n" printf " \e[34msource ~/.config/envman/PATH.env\e[0m\n" printf " (newly opened terminal windows will update automatically)\n"