From d90018d3c29625f4506902b0242f8cf9bf947d2c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sun, 14 Nov 2021 10:31:22 +0000 Subject: [PATCH] feature: spam for stars plzkthx --- _webi/bootstrap.sh | 7 +++++-- _webi/template.sh | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index 0525608..7d6ddb5 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -9,9 +9,12 @@ function __install_webi() { export WEBI_HOST echo "" - echo "Thanks for using webi to install '${WEBI_PKG:-}' on '$(uname -s)/$(uname -m)'." + echo -e "Thanks for using webi to install '\e[32m${WEBI_PKG:-}\e[0m' on '\e[31m$(uname -s)/$(uname -m)\e[0m'." echo "Have a problem? Experience a bug? Please let us know:" - echo " https://github.com/webinstall/packages/issues" + echo " https://github.com/webinstall/webi-installers/issues" + echo "" + echo -e "\e[31mLovin'\e[0m it? Say thanks with a \e[34mStar on GitHub\e[0m:" + echo -e " \e[32mhttps://github.com/webinstall/webi-installers\e[0m" echo "" WEBI_WELCOME=true export WEBI_WELCOME diff --git a/_webi/template.sh b/_webi/template.sh index 0ca652b..170e080 100644 --- a/_webi/template.sh +++ b/_webi/template.sh @@ -305,9 +305,12 @@ function __bootstrap_webi() { if [[ -z ${WEBI_WELCOME:-} ]]; then echo "" - echo "Thanks for using webi to install '$PKG_NAME' on '$WEBI_OS/$WEBI_ARCH'." + echo -e "Thanks for using webi to install '\e[32m${WEBI_PKG:-}\e[0m' on '\e[31m$(uname -s)/$(uname -m)\e[0m'." echo "Have a problem? Experience a bug? Please let us know:" - echo " https://github.com/webinstall/packages/issues" + echo " https://github.com/webinstall/webi-installers/issues" + echo "" + echo -e "\e[31mLovin'\e[0m it? Say thanks with a \e[34mStar on GitHub\e[0m:" + echo -e " \e[32mhttps://github.com/webinstall/webi-installers\e[0m" echo "" fi -- 2.25.1