From 167e05f78fde972c64925f74dba0e043bda57362 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: Wed, 22 Apr 2026 14:29:22 +0800 Subject: [PATCH] Update kernel version options in sb.sh --- sb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sb.sh b/sb.sh index b9a91e2..da1fb58 100644 --- a/sb.sh +++ b/sb.sh @@ -212,7 +212,7 @@ inssb(){ red "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" green "使用哪个内核版本?" yellow "1:使用目前最新正式版内核 (回车默认)" -yellow "2:使用之前1.10.7正式版内核" +yellow "2:使用之前1.10.7正式版内核 (支持geosite分流、IP优选级切换)" readp "请选择【1-2】:" menu if [ -z "$menu" ] || [ "$menu" = "1" ] ; then sbcore=$(curl -Ls https://github.com/SagerNet/sing-box/releases/latest | grep -oP 'tag/v\K[0-9.]+' | head -n 1)