mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 05:56:32 +00:00
style(template&bootstrap): Change red text to yellow
This commit is contained in:
+4
-4
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
+3
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user