更正升级软件包命令选项

This commit is contained in:
SuperManito
2024-01-19 02:01:46 +08:00
parent d959129839
commit d4e0cb395b
2 changed files with 13 additions and 13 deletions

View File

@@ -17,7 +17,7 @@
| `--close-firewall` | 关闭防火墙 | `true``false` |
| `--backup` | 备份原有软件源 | `true``false` |
| `--ignore-backup-tips` | 忽略覆盖备份提示(即不覆盖备份) | 无 |
| `--updata-software` | 更新软件包 | `true``false` |
| `--upgrade-software` | 更新软件包 | `true``false` |
| `--clean-cache` | 清理下载缓存 | `true``false` |
| `--print-diff` | 打印源文件修改前后差异 | `true``false` |
| `--help` | 查看帮助菜单 | 无 |
@@ -160,7 +160,7 @@ bash <(curl -sSL https://linuxmirrors.cn/main.sh) \
--install-epel true \
--close-firewall true \
--backup true \
--updata-software false \
--upgrade-software false \
--clean-cache false \
--ignore-backup-tips
```