修复和清理系统维护脚本

- 删除多余的 1 copy.sh 文件
- 注释掉 1.sh 中的 Nezha 监控脚本调用
- 更新 alpine/upgrade.sh 和 debian/upgrade.sh 的使用方法注释
- 保持脚本的简洁性和可维护性
This commit is contained in:
mini2024
2025-03-11 22:44:06 +08:00
parent 6f636d6e41
commit 81496c153b
4 changed files with 8 additions and 94 deletions

5
debian/upgrade.sh vendored
View File

@ -1,4 +1,9 @@
#!/usr/bin/env bash
#
# ...
#
# 使用方法:
# URL="https://git.1-h.cc/Scripts/Linux/raw/branch/main/alpine/upgrade.sh"; curl -fsSL "$URL" | bash || wget -q -O - "$URL" | bash
DEBIAN_FRONTEND=noninteractive &&
apt -qq update &&