From af95b5f930cd8db5b7e508c1fa34d5e1ef665df7 Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sat, 22 Mar 2025 17:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20upgrade.sh=20=E8=84=9A?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=20wget=20=E5=91=BD=E4=BB=A4=E7=A4=BA=E4=BE=8B=E4=BB=A5?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/upgrade.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/upgrade.sh b/debian/upgrade.sh index 4de6669..a54e44a 100644 --- a/debian/upgrade.sh +++ b/debian/upgrade.sh @@ -3,7 +3,7 @@ # ... # # 使用方法: -# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/main/debian/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 # 设置非交互式环境变量 export DEBIAN_FRONTEND=noninteractive