From 909b41eb6c0a148b5964c0be92f843a8bc6b1f41 Mon Sep 17 00:00:00 2001 From: mini2024 Date: Tue, 11 Mar 2025 22:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Debian=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=E8=84=9A=E6=9C=AC=E7=9A=84=E4=BD=BF=E7=94=A8=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新 debian/upgrade.sh 脚本中的 URL 地址 - 确保使用方法注释指向正确的 Debian 升级脚本路径 --- debian/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/upgrade.sh b/debian/upgrade.sh index 01c7d22..24c1314 100644 --- a/debian/upgrade.sh +++ b/debian/upgrade.sh @@ -3,7 +3,7 @@ # ... # # 使用方法: -# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/main/alpine/upgrade.sh"; curl -fsSL "$URL" | bash || wget -q -O - "$URL" | bash +# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/main/debian/upgrade.sh"; curl -fsSL "$URL" | bash || wget -q -O - "$URL" | bash DEBIAN_FRONTEND=noninteractive && apt -qq update &&