From ebc2acaafe698f22a6e2b66711a213e485c95c84 Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:52:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):sing-box=E9=94=81?= =?UTF-8?q?=E5=AE=9A1.7.8=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index a1cd556..a94f67c 100644 --- a/install.sh +++ b/install.sh @@ -1993,8 +1993,8 @@ installSingBox() { echoContent skyBlue "\n进度 $1/${totalProgress} : 安装sing-box" if [[ -z "${singBoxConfigPath}" ]]; then - - version=$(curl -s "https://api.github.com/repos/SagerNet/sing-box/releases?per_page=10" | jq -r ".[]|select (.prerelease==${prereleaseStatus})|.tag_name" | head -1) + version="1.7.8" + # version=$(curl -s "https://api.github.com/repos/SagerNet/sing-box/releases?per_page=10" | jq -r ".[]|select (.prerelease==${prereleaseStatus})|.tag_name" | head -1) echoContent green " ---> sing-box版本:${version}" @@ -8453,7 +8453,7 @@ menu() { cd "$HOME" || exit echoContent red "\n==============================================================" echoContent green "作者:mack-a" - echoContent green "当前版本:v3.1.26" + echoContent green "当前版本:v3.1.27" echoContent green "Github:https://github.com/mack-a/v2ray-agent" echoContent green "描述:八合一共存脚本\c" showInstallStatus