mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-04 00:10:27 +08:00
更换脚本地址(原CDN被墙)
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
- `GNU/Linux` 一键更换国内软件源脚本
|
- `GNU/Linux` 一键更换国内软件源脚本
|
||||||
|
|
||||||
```bash
|
```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` 一键安装脚本
|
- `Docker` 一键安装脚本
|
||||||
|
|
||||||
```bash
|
```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 相关软件包。\
|
> `Docker CE`:Docker Community Edition 镜像仓库,用于下载并安装 Docker 相关软件包。\
|
||||||
|
|||||||
@@ -65,7 +65,7 @@
|
|||||||
## <i class="fa-solid fa-wheelchair-move fa-bounce" style=" --fa-bounce-start-scale-x: 1; --fa-bounce-start-scale-y: 1; --fa-bounce-jump-scale-x: 1; --fa-bounce-jump-scale-y: 1; --fa-bounce-land-scale-x: 1; --fa-bounce-land-scale-y: 1; " ></i> 使用方法
|
## <i class="fa-solid fa-wheelchair-move fa-bounce" style=" --fa-bounce-start-scale-x: 1; --fa-bounce-start-scale-y: 1; --fa-bounce-jump-scale-x: 1; --fa-bounce-jump-scale-y: 1; --fa-bounce-land-scale-x: 1; --fa-bounce-land-scale-y: 1; " ></i> 使用方法
|
||||||
|
|
||||||
```bash
|
```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` 软件包可复制源码到本地后手动执行
|
- 完整复制上面的命令到终端按回车键即可执行,若无法安装 `curl` 软件包可复制源码到本地后手动执行
|
||||||
@@ -96,7 +96,7 @@ bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/Chang
|
|||||||
- #### :fa-brands fa-docker: Docker 一键安装脚本 <!-- {docsify-ignore} -->
|
- #### :fa-brands fa-docker: Docker 一键安装脚本 <!-- {docsify-ignore} -->
|
||||||
|
|
||||||
```bash
|
```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:定义]
|
> [!NOTE|label:定义]
|
||||||
|
|||||||
Reference in New Issue
Block a user