更换脚本地址(原CDN被墙)

This commit is contained in:
Super Manito
2022-05-26 15:49:11 +08:00
parent 6df5cf2966
commit 2576e55527
2 changed files with 4 additions and 4 deletions

View File

@@ -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 相关软件包。\