修复 Debian 升级脚本的使用方法注释

- 更新 debian/upgrade.sh 脚本中的 URL 地址
- 确保使用方法注释指向正确的 Debian 升级脚本路径
This commit is contained in:
mini2024
2025-03-11 22:45:35 +08:00
parent 81496c153b
commit 909b41eb6c

2
debian/upgrade.sh vendored
View File

@ -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 &&