更新 upgrade.sh 脚本,移除多余的 wget 命令示例以简化使用说明

This commit is contained in:
mini2024
2025-03-22 17:15:32 +08:00
parent edda92abc4
commit af95b5f930

2
debian/upgrade.sh vendored
View File

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