diff --git a/nt_install.sh b/nt_install.sh index 5643e5c..adda6f9 100644 --- a/nt_install.sh +++ b/nt_install.sh @@ -149,6 +149,7 @@ checkWgetPackage() { } checkVersion() { + checkJqPackage echo "正在检查版本..." version=$(curl -sL https://api.github.com/repos/xgadget-lab/nexttrace/releases/latest | jq -r '.tag_name') if [[ $version == "" ]]; then