From 0751f6cdeb8c6e705a09b9acedad3ef5a346ea7c Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 10 Aug 2026 08:32:26 +0000 Subject: [PATCH] =?UTF-8?q?v4.2:=20=E4=BF=AE=20C=5FGREY=20unbound=20variab?= =?UTF-8?q?le(=E8=8F=9C=E5=8D=95=E4=B8=80=E8=BF=9B=E5=B0=B1=E5=B4=A9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 102eaf4..4ae5976 100755 --- a/install.sh +++ b/install.sh @@ -72,10 +72,11 @@ if [ -t 1 ] && [ -z "${NO_COLOR:-}" ]; then C_GREEN=$'\033[0;32m' C_YELLOW=$'\033[0;33m' C_BLUE=$'\033[0;36m' + C_GREY=$'\033[0;90m' C_BOLD=$'\033[1m' C_RESET=$'\033[0m' else - C_RED=""; C_GREEN=""; C_YELLOW=""; C_BLUE=""; C_BOLD=""; C_RESET="" + C_RED=""; C_GREEN=""; C_YELLOW=""; C_BLUE=""; C_GREY=""; C_BOLD=""; C_RESET="" fi # ---------------------------------------------------------------------------