New Utils - installers
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user