New Utils - installers

This commit is contained in:
2022-09-05 11:47:46 +03:00
parent eaf6125445
commit 8b7329a8c6
2 changed files with 10 additions and 7 deletions
+4 -3
View File
@@ -68,7 +68,8 @@ function option_value(){
while test $# -gt 0; do
case "$1" in
-h|--help)
. <(wget -qO- https://raw.githubusercontent.com/letsnode/Utils/main/bashbuilder/logo.sh)
#. <(wget -qO- https://raw.githubusercontent.com/letsnode/Utils/main/bashbuilder/logo.sh)
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/bashbuilder/colors.sh)
echo
echo -e "${C_LGn}Functionality${RES}: the script assigns variables with colors to be used in the texts (e.g."
echo -e "in the 'echo' and 'printf' commands)"
@@ -126,8 +127,8 @@ while test $# -gt 0; do
echo -e "└────────┴─────────┴──────────┘ └────────┴─────────┴──────────┘"
echo
echo -e "${C_LGn}Useful URLs${RES}:"
echo -e "Script URL: https://raw.githubusercontent.com/letsnode/Utils/main/bashbuilder/colors.sh"
echo -e "Telegram community: https://t.me/letskynode"
echo -e "Script URL: http://astrader.net:3006/sem/Utils/raw/branch/main/bashbuilder/colors.sh"
#echo -e "Telegram community: https://t.me/letskynode"
echo
return 0 2>/dev/null; exit 0
;;