更新文档

This commit is contained in:
Super Manito
2024-11-07 01:52:02 +08:00
parent b345a25d10
commit 4a0d3cf169
2 changed files with 13 additions and 13 deletions

View File

@@ -47,23 +47,23 @@ hide:
</tr>
</table>
``` bash
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
```
=== ":octicons-globe-16: CDN推荐"
??? quote "原始执行脚本方法"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
```
=== ":simple-github: GitHub"
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/DockerInstallation.sh)
```
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/DockerInstallation.sh)
```
=== ":simple-gitee: Gitee"
=== ":simple-gitee: Gitee"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)
```
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)
```
!!! node ""

View File

@@ -86,7 +86,7 @@ hide:
2. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
选项卡分别代表脚本内置软件源类型和获取脚本途径,请在使用前检查目标镜像站是否支持您所使用的操作系统,可以在[软件源列表](/mirrors)中查看具体有哪些软件源。
选项卡分别代表脚本内置软件源类型和获取脚本途径,请在使用前检查目标镜像站是否支持您所使用的操作系统,可以在[软件源列表](../mirrors/index.md)中查看具体有哪些软件源。
- ### 注意事项