mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2026-01-03 21:46:36 +08:00
Docker 脚本指定镜像仓库命令选项新增支持指定多个地址
This commit is contained in:
@@ -648,8 +648,8 @@ Below are some advanced usage examples
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --en \
|
||||
--codename trixie \
|
||||
--upgrade-software false
|
||||
--codename trixie \
|
||||
--upgrade-software false
|
||||
```
|
||||
|
||||
- Disable the backports repository
|
||||
@@ -678,8 +678,8 @@ Below are some advanced usage examples
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --en \
|
||||
--codename testing \
|
||||
--upgrade-software false
|
||||
--codename testing \
|
||||
--upgrade-software false
|
||||
```
|
||||
|
||||
``` { .bash .no-copy title="If the script can't set the codename, you can manually replace it after running" }
|
||||
|
||||
@@ -650,8 +650,8 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) \
|
||||
--codename trixie \
|
||||
--upgrade-software false
|
||||
--codename trixie \
|
||||
--upgrade-software false
|
||||
```
|
||||
|
||||
- 禁用 backports 仓库
|
||||
@@ -680,8 +680,8 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) \
|
||||
--codename testing \
|
||||
--upgrade-software false
|
||||
--codename testing \
|
||||
--upgrade-software false
|
||||
```
|
||||
|
||||
``` { .bash .no-copy title="若脚本无法实现指定版本代号,你也可以在执行脚本后手动替换" }
|
||||
|
||||
@@ -650,8 +650,8 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --zh-hant --help
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --zh-hant \
|
||||
--codename trixie \
|
||||
--upgrade-software false
|
||||
--codename trixie \
|
||||
--upgrade-software false
|
||||
```
|
||||
|
||||
- 停用 backports 倉庫
|
||||
@@ -680,8 +680,8 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --zh-hant --help
|
||||
|
||||
``` bash
|
||||
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --zh-hant \
|
||||
--codename testing \
|
||||
--upgrade-software false
|
||||
--codename testing \
|
||||
--upgrade-software false
|
||||
```
|
||||
|
||||
``` { .bash .no-copy title="如果腳本無法實現指定版本代號,你也可以在執行腳本後手動替換" }
|
||||
|
||||
Reference in New Issue
Block a user