mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-03 16:00:26 +08:00
优化
This commit is contained in:
@@ -61,7 +61,7 @@ bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
|
||||
| :-: | :-: | :-: |
|
||||
| `--source` | 指定 `Docker CE` 源地址(域名或IP) | 地址 |
|
||||
| `--source-registry` | 指定镜像仓库地址(域名或IP) | 地址 |
|
||||
| `--codename` | 指定 Debian 系操作系统的版本名称 | 版本名 |
|
||||
| `--codename` | 指定 Debian 系操作系统的版本代号 | 代号名称 |
|
||||
| `--install-latested` | 控制是否安装最新版本的 Docker Engine | `true` 或 `false` |
|
||||
| `--ignore-backup-tips` | 忽略覆盖备份提示(即不覆盖备份) | 无 |
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
| `--branch` | 指定软件源分支(路径) | 分支名 |
|
||||
| `--branch-security` | 指定 Debian 的 security 软件源分支(路径) | 分支名 |
|
||||
| `--branch-vault` | 指定 CentOS/AlmaLinux 的 vault 软件源分支(路径) | 分支名 |
|
||||
| `--codename` | 指定 Debian 系操作系统的版本名称 | 版本名 |
|
||||
| `--codename` | 指定 Debian 系操作系统的版本代号 | 代号名称 |
|
||||
| `--web-protocol` | 指定 WEB 协议 | `http` 或 `https` |
|
||||
| `--intranet` | 优先使用内网地址 | `true` 或 `false` |
|
||||
| `--install-epel` | 安装 EPEL 附加软件包 | `true` 或 `false` |
|
||||
@@ -146,7 +146,7 @@ bash <(curl -sSL https://linuxmirrors.cn/main.sh) \
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) \
|
||||
--codename bookworm
|
||||
```
|
||||
更换软件源后还需要执行系统更新命令才能实现更新操作,并且建议在更新完成并重启系统后重新执行本换源脚本,因为仅更换软件源配置中的系统版本名称可能会在后期使用时产生一些兼容性问题
|
||||
更换软件源后还需要执行系统更新命令才能实现更新操作,并且建议在更新完成并重启系统后重新执行本换源脚本,因为仅更换软件源配置中的系统版本代号可能会在后期使用时产生一些兼容性问题
|
||||
|
||||
## 无人值守
|
||||
|
||||
|
||||
Reference in New Issue
Block a user