From b3b5bf1ed8d60d2d6a6d10519664c3562ffcb85c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 9 Mar 2026 18:15:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(upgrade):=20=E6=9B=B4=E6=96=B0=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E5=88=86=E6=94=AF?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=B8=BA=202026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upgrade.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/upgrade.sh b/upgrade.sh index 3e3973c..2ea1c6c 100644 --- a/upgrade.sh +++ b/upgrade.sh @@ -7,10 +7,10 @@ if [ -f /etc/debian_version ]; then SYSTEM_TYPE="debian" - source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/main/debian/upgrade.sh) + source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/2026/debian/upgrade.sh) elif [ -f /etc/alpine-release ]; then SYSTEM_TYPE="alpine" - source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/main/alpine/upgrade.sh) + source <(curl -fsSL git.1-h.cc/Scripts/Linux/raw/branch/2026/alpine/upgrade.sh) else echo "不支持的系统类型" exit 1