新增打印源文件修改前后差异命令选项 && 一些优化

This commit is contained in:
SuperManito
2023-05-07 23:34:28 +08:00
parent 2f4f403ca2
commit 23fffa720d
5 changed files with 385 additions and 427 deletions

View File

@@ -16,6 +16,7 @@
| `--ignore-backup-tips` | 忽略覆盖备份提示 | 无 |
| `--updata-software` | 更新软件包 | `true``false` |
| `--clean-cache` | 清理下载缓存 | `true``false` |
| `--print-diff` | 打印源文件修改前后差异 | `true``false` |
| `--help` | 查看帮助菜单 | 无 |
## 示例

View File

@@ -16,8 +16,9 @@ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad
### 中国教育网专用(实验性)
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/MirrorZ.sh)
bash <(curl -sSL https://linuxmirrors.cn/edu.sh)
```
> 针对校园网联合镜像站定制,移除了部分功能,额外增加了一些操作确认提示
## 注意事项