Update nt_install.sh

This commit is contained in:
tsosunchia
2022-05-25 17:08:56 +08:00
committed by GitHub
parent 077d72d5cd
commit a67a4bc559

View File

@@ -115,7 +115,7 @@ installWgetPackage() {
}
installJqPackage() {
echo "jq 正在安装中..."
echo "jq 正在安装中...(此步骤时间可能较长,请耐心等待)"
# try apt
apt-get -h &>/dev/null
if [ $? -eq 0 ]; then