From 87079773a7b7f4b90e142b1983d7c07b4eefc2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=AC=E5=93=A5=E4=BE=83=E4=BE=83=E4=BE=83ygkkk?= <121604513+yonggekkk@users.noreply.github.com> Date: Sat, 13 Sep 2025 13:19:03 +0800 Subject: [PATCH] Update sb.sh --- sb.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sb.sh b/sb.sh index dde120e..a90c936 100644 --- a/sb.sh +++ b/sb.sh @@ -227,7 +227,8 @@ yellow "1:使用1.10系列之后最新正式版内核 (回车默认)" yellow "2:使用1.10.7正式版内核" readp "请选择【1-2】:" menu if [ -z "$menu" ] || [ "$menu" = "1" ] ; then -sbcore=$(curl -Ls https://data.jsdelivr.com/v1/package/gh/SagerNet/sing-box | grep -Eo '"[0-9.]+",' | sed -n 1p | tr -d '",') +#sbcore=$(curl -Ls https://data.jsdelivr.com/v1/package/gh/SagerNet/sing-box | grep -Eo '"[0-9.]+",' | sed -n 1p | tr -d '",') +sbcore="1.12.5" else sbcore=$(curl -Ls https://data.jsdelivr.com/v1/package/gh/SagerNet/sing-box | grep -Eo '"1\.10[0-9\.]*",' | sed -n 1p | tr -d '",') fi