修复 Debian 升级脚本的使用方法注释
- 更新 debian/upgrade.sh 脚本中的 URL 地址 - 确保使用方法注释指向正确的 Debian 升级脚本路径
This commit is contained in:
2
debian/upgrade.sh
vendored
2
debian/upgrade.sh
vendored
@ -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 &&
|
||||
|
Reference in New Issue
Block a user