From 4a0d3cf169485136cb3c523db91b1b3be60fbd33 Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:52:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/other/index.md | 24 ++++++++++++------------ docs/use/index.md | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/other/index.md b/docs/other/index.md index 6409500..5cb3140 100644 --- a/docs/other/index.md +++ b/docs/other/index.md @@ -47,23 +47,23 @@ hide: -``` 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 "" diff --git a/docs/use/index.md b/docs/use/index.md index 48c196d..72db633 100644 --- a/docs/use/index.md +++ b/docs/use/index.md @@ -86,7 +86,7 @@ hide: 2. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源 -选项卡分别代表脚本内置软件源类型和获取脚本途径,请在使用前检查目标镜像站是否支持您所使用的操作系统,可以在[软件源列表](/mirrors)中查看具体有哪些软件源。 +选项卡分别代表脚本内置软件源类型和获取脚本途径,请在使用前检查目标镜像站是否支持您所使用的操作系统,可以在[软件源列表](../mirrors/index.md)中查看具体有哪些软件源。 - ### 注意事项