feature: spam for stars plzkthx
[webi-installers/.git] / _webi / bootstrap.sh
index 05256082f03d744b25c071d4daccbf95cf7d668e..7d6ddb5a4ac604a3b2b4a1e6362cac6277716871 100644 (file)
@@ -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