From 24eedfa3fe44018e5fe5aefa6dc9d4c9048de898 Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Mon, 23 May 2022 23:24:42 +0800 Subject: [PATCH] Update nt_install.sh --- nt_install.sh | 1 + 1 file changed, 1 insertion(+) 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