From 65652bd4e21f91753bdcd9323451d5fe0c4c2bd9 Mon Sep 17 00:00:00 2001 From: sjlleo Date: Sun, 5 Jun 2022 14:22:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nt_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt_install.sh b/nt_install.sh index 73eba07..d8e36cb 100644 --- a/nt_install.sh +++ b/nt_install.sh @@ -85,7 +85,7 @@ downloadBinrayFile() { latestURL=$(curl -s https://api.github.com/repos/xgadget-lab/nexttrace/releases/latest | grep -i "browser_download_url.*${osDistribution}.*${archParam}" | awk -F '"' '{print $4}') if [ "$countryCode" == "CN" ]; then - echo "${Info} 检测到国内环境,正在使用镜像下载" + echo -e "${Info} 检测到国内环境,正在使用镜像下载" latestURL="https://ghproxy.com/"$latestURL fi