更新文档

This commit is contained in:
Super Manito
2025-07-05 03:52:39 +08:00
parent c38fb97001
commit fa9e70210e
9 changed files with 171 additions and 313 deletions

View File

@@ -10,7 +10,7 @@ hide:
The documentation is translated with tools, and some professional terms below may be inaccurate. Corrections are welcome.
## One-Click Execution Command
## One-Click Command
=== ":material-home-city: Mainland China"
@@ -28,14 +28,14 @@ hide:
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh)
```
=== ":simple-gitee: Gitee (Mirror Repository)"
=== ":simple-gitee: Gitee"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
```
> Real-time sync, no delay. Recommended for use in mainland China network environments.
=== ":gitcode: GitCode (Mirror Repository)"
=== ":gitcode: GitCode"
``` bash
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh)
@@ -62,55 +62,43 @@ hide:
=== ":linuxmirrors: Official Site (Recommended)"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad # (1)!
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad
```
1. Use the `--abroad` command option to use overseas mirrors
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad
```
1. Use the `--abroad` command option to use overseas mirrors
=== ":simple-gitee: Gitee (Mirror Repository)"
=== ":simple-gitee: Gitee"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
```
1. Use the `--abroad` command option to use overseas mirrors
> Real-time sync, no delay. Recommended for use in mainland China network environments.
=== ":gitcode: GitCode (Mirror Repository)"
=== ":gitcode: GitCode"
``` bash
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
```
1. Use the `--abroad` command option to use overseas mirrors
> This project has joined the GitHub acceleration plan, with a 1-hour sync delay.
=== ":simple-jsdelivr: jsDelivr (CDN)"
``` bash
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --abroad
```
1. Use the `--abroad` command option to use overseas mirrors
=== ":tencent-cloud: Tencent Cloud EO (CDN)"
``` bash
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad # (1)!
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad
```
1. Use the `--abroad` command option to use overseas mirrors
> Not supported in mainland China network environments.
=== ":material-library: China Education Network"
@@ -120,55 +108,43 @@ hide:
=== ":linuxmirrors: Official Site (Recommended)"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)!
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu
```
1. Use the `--edu` command option to use China education network mirrors
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu
```
1. Use the `--edu` command option to use China education network mirrors
=== ":simple-gitee: Gitee (Mirror Repository)"
=== ":simple-gitee: Gitee"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
1. Use the `--edu` command option to use China education network mirrors
> Real-time sync, no delay. Recommended for use in mainland China network environments.
=== ":gitcode: GitCode (Mirror Repository)"
=== ":gitcode: GitCode"
``` bash
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
1. Use the `--edu` command option to use China education network mirrors
> This project has joined the GitHub acceleration plan, with a 1-hour sync delay.
=== ":simple-jsdelivr: jsDelivr (CDN)"
``` bash
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --edu
```
1. Use the `--edu` command option to use China education network mirrors
=== ":tencent-cloud: Tencent Cloud EO (CDN)"
``` bash
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu # (1)!
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu
```
1. Use the `--edu` command option to use China education network mirrors
> Not supported in mainland China network environments.
@@ -678,7 +654,7 @@ Below are some advanced usage examples
- ### Pure mode
For developers: when enabled, script output is minimized. Recommended for use with other options in non-interactive mode.
This feature is introduced to facilitate developers. After it is enabled, the script content output will be simplified. It is recommended to use it with other command options without interaction.
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --pure-mode

View File

@@ -56,55 +56,43 @@ hide:
=== ":linuxmirrors: 官网 (推荐)"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad # (1)!
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad
```
1. 通过 `--abroad` 命令选项来使用海外软件源
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad
```
1. 通过 `--abroad` 命令选项来使用海外软件源
=== ":simple-gitee: Gitee 码云 (镜像仓库)"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
```
1. 通过 `--abroad` 命令选项来使用海外软件源
> 实时同步、无延迟,国内网络环境下推荐使用
=== ":gitcode: GitCode (镜像仓库)"
``` bash
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
```
1. 通过 `--abroad` 命令选项来使用海外软件源
> 本项目已加入 GitHub 加速计划同步存在1小时延迟
=== ":simple-jsdelivr: jsDelivr (CDN)"
``` bash
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --abroad
```
1. 通过 `--abroad` 命令选项来使用海外软件源
=== ":tencent-cloud: 腾讯云 EO (CDN)"
``` bash
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad # (1)!
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad
```
1. 通过 `--abroad` 命令选项来使用海外软件源
> 不支持在国内网络环境下使用
=== ":material-library: 中国大陆教育网"
@@ -114,55 +102,43 @@ hide:
=== ":linuxmirrors: 官网 (推荐)"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)!
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu
```
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu
```
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
=== ":simple-gitee: Gitee 码云 (镜像仓库)"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
> 实时同步、无延迟,国内网络环境下推荐使用
=== ":gitcode: GitCode (镜像仓库)"
``` bash
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
> 本项目已加入 GitHub 加速计划同步存在1小时延迟
=== ":simple-jsdelivr: jsDelivr (CDN)"
``` bash
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --edu
```
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
=== ":tencent-cloud: 腾讯云 EO (CDN)"
``` bash
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu # (1)!
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu
```
1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源
> 不支持在国内网络环境下使用
@@ -708,7 +684,7 @@ $ bash <(curl -sSL https://linuxmirrors.cn/main.sh) --help
- ### 纯净模式
为了便于开发人员使用所推出的功能,启用后会精简脚本内容输出,建议搭配其它命令选项无交互使用
推出该功能是为了便于开发人员使用,启用后会精简脚本内容输出,建议搭配其它命令选项无交互使用
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --pure-mode

View File

@@ -62,55 +62,43 @@ hide:
=== ":linuxmirrors: 官網 (推薦)"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad # (1)!
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad
```
1. 透過 `--abroad` 命令選項來使用海外軟體源
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad
```
1. 透過 `--abroad` 命令選項來使用海外軟體源
=== ":simple-gitee: Gitee 码云 (鏡像倉庫)"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
```
1. 透過 `--abroad` 命令選項來使用海外軟體源
> 即時同步、無延遲,中國大陸網路環境建議使用
=== ":gitcode: GitCode (鏡像倉庫)"
``` bash
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
```
1. 透過 `--abroad` 命令選項來使用海外軟體源
> 本項目已加入 GitHub 加速計劃同步存在1小時延遲
=== ":simple-jsdelivr: jsDelivr (CDN)"
``` bash
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --abroad # (1)!
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --abroad
```
1. 透過 `--abroad` 命令選項來使用海外軟體源
=== ":tencent-cloud: 騰訊雲 EO (CDN)"
``` bash
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad # (1)!
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --abroad
```
1. 透過 `--abroad` 命令選項來使用海外軟體源
> 不支援在中國大陸網路環境下使用
=== ":material-library: 中國大陸教育網"
@@ -120,55 +108,43 @@ hide:
=== ":linuxmirrors: 官網 (推薦)"
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)!
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu
```
1. 透過 `--edu` 命令選項來使用中國大陸教育單位軟體源
=== ":simple-github: GitHub"
``` bash
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu
```
1. 透過 `--edu` 命令選項來使用中國大陸教育單位軟體源
=== ":simple-gitee: Gitee 码云 (鏡像倉庫)"
``` bash
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
1. 透過 `--edu` 命令選項來使用中國大陸教育單位軟體源
> 即時同步、無延遲,中國大陸網路環境建議使用
=== ":gitcode: GitCode (鏡像倉庫)"
``` bash
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://raw.gitcode.com/gh_mirrors/li/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu
```
1. 透過 `--edu` 命令選項來使用中國大陸教育單位軟體源
> 本項目已加入 GitHub 加速計劃同步存在1小時延遲
=== ":simple-jsdelivr: jsDelivr (CDN)"
``` bash
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --edu # (1)!
bash <(curl -sSL https://cdn.jsdelivr.net/gh/SuperManito/LinuxMirrors@main/ChangeMirrors.sh) --edu
```
1. 透過 `--edu` 命令選項來使用中國大陸教育單位軟體源
=== ":tencent-cloud: 騰訊雲 EO (CDN)"
``` bash
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu # (1)!
bash <(curl -sSL https://edgeone.linuxmirrors.cn/main.sh) --edu
```
1. 透過 `--edu` 命令選項來使用中國大陸教育單位軟體源
> 不支援在中國大陸網路環境下使用
@@ -678,7 +654,7 @@ hide:
- ### 純淨模式
為了方便開發人員使用所推出的功能,啟用後會精簡腳本內容輸出,建議搭配其它令選項無互動使用
推出此功能是為了方便開發人員使用,啟用後會精簡腳本內容輸出,建議搭配其它令選項無互動使用
``` bash
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --pure-mode