X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Fbootstrap.sh;h=e0a10eb3ad8ef87d6282fcbf7a46998af0b05ef6;hb=d68d0376b9cead7e1bf6446e71f00c8e3c965a45;hp=33227c83723cef259bf7fec114b88284b9154906;hpb=40e4c9325e021fb3fed07ab73d69046facf7c0dc;p=webi-installers%2F.git diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index 33227c8..e0a10eb 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -9,10 +9,14 @@ function __install_webi() { export WEBI_HOST echo "" - echo "Thanks for using webi to install '${PKG_NAME:-}' on '$(uname -s)/$(uname -m)'." + printf "Thanks for using webi to install '\e[32m${WEBI_PKG:-}\e[0m' on '\e[31m$(uname -s)/$(uname -m)\e[0m'.\n" 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 "" + printf "\e[31mLovin'\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 "" + WEBI_WELCOME=true export WEBI_WELCOME @@ -162,7 +166,7 @@ EOF echo "" echo "Hmm... no WEBI_PKG was specified. This is probably an error in the script." echo "" - echo "Please open an issue with this information: Package '${PKG_NAME:-}' on '$(uname -s)/$(uname -m)'" + echo "Please open an issue with this information: Package '${WEBI_PKG:-}' on '$(uname -s)/$(uname -m)'" echo " https://github.com/webinstall/packages/issues" echo "" fi