From a189c730e8e7850ab7ffee63230358dbe84aaadb 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: Thu, 26 Mar 2026 15:40:59 +0800 Subject: [PATCH] Update sb.sh --- sb.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sb.sh b/sb.sh index b70501f..240f75e 100644 --- a/sb.sh +++ b/sb.sh @@ -33,7 +33,6 @@ release="Centos" else red "脚本不支持当前的系统,请选择使用Ubuntu,Debian,Centos系统。" && exit fi -export release export sbfiles="/etc/s-box/sb10.json /etc/s-box/sb11.json /etc/s-box/sb.json" export sbnh=$(/etc/s-box/sing-box version 2>/dev/null | awk '/version/{print $NF}' | cut -d '.' -f 1,2) vsid=$(grep -i version_id /etc/os-release | cut -d \" -f2 | cut -d . -f1)