X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=_webi%2Fbootstrap.sh;h=e0a10eb3ad8ef87d6282fcbf7a46998af0b05ef6;hb=d70f58eb23fc96a012131b430e7c04bf06de1a9e;hp=7d6ddb5a4ac604a3b2b4a1e6362cac6277716871;hpb=d90018d3c29625f4506902b0242f8cf9bf947d2c;p=webi-installers%2F.git diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index 7d6ddb5..e0a10eb 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -9,13 +9,14 @@ function __install_webi() { export WEBI_HOST echo "" - echo -e "Thanks for using webi to install '\e[32m${WEBI_PKG:-}\e[0m' on '\e[31m$(uname -s)/$(uname -m)\e[0m'." + 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/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" + 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