Update sbcore version to 1.12.15

This commit is contained in:
甬哥侃侃侃ygkkk
2026-01-08 14:18:48 +08:00
committed by GitHub
parent 65c4e73963
commit 475c177df5
+1 -1
View File
@@ -228,7 +228,7 @@ yellow "2:使用1.10.7正式版内核"
readp "请选择【1-2】:" menu readp "请选择【1-2】:" menu
if [ -z "$menu" ] || [ "$menu" = "1" ] ; then 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.14" sbcore="1.12.15"
else 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 '",') 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 fi