更新 upgrade.sh 脚本,移除多余的 wget 命令示例以简化使用说明
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/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
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
Reference in New Issue
Block a user