From 2576e55527caccd0f0c383df8fc096a54efb535a Mon Sep 17 00:00:00 2001 From: Super Manito <68613938+SuperManito@users.noreply.github.com> Date: Thu, 26 May 2022 15:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E8=84=9A=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=EF=BC=88=E5=8E=9FCDN=E8=A2=AB=E5=A2=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- docs/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 513509c..9e44433 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ - `GNU/Linux` 一键更换国内软件源脚本 ```bash - bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) + bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) ``` > __注意:__ @@ -98,7 +98,7 @@ - `Docker` 一键安装脚本 ```bash - bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/DockerInstallation.sh) + bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh) ``` > `Docker CE`:Docker Community Edition 镜像仓库,用于下载并安装 Docker 相关软件包。\ diff --git a/docs/README.md b/docs/README.md index a677415..69f171b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -65,7 +65,7 @@ ## 使用方法 ```bash -bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) +bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) ``` - 完整复制上面的命令到终端按回车键即可执行,若无法安装 `curl` 软件包可复制源码到本地后手动执行 @@ -96,7 +96,7 @@ bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/Chang - #### :fa-brands fa-docker: Docker 一键安装脚本 ```bash - bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/DockerInstallation.sh) + bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh) ``` > [!NOTE|label:定义]