From a67a4bc559608b13145c8f5e43aa7d1ab27ede05 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Wed, 25 May 2022 17:08:56 +0800 Subject: [PATCH] Update nt_install.sh --- nt_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt_install.sh b/nt_install.sh index 756a445..1d78ecb 100644 --- a/nt_install.sh +++ b/nt_install.sh @@ -115,7 +115,7 @@ installWgetPackage() { } installJqPackage() { - echo "jq 正在安装中..." + echo "jq 正在安装中...(此步骤时间可能较长,请耐心等待)" # try apt apt-get -h &>/dev/null if [ $? -eq 0 ]; then