--- hide: - feedback --- ## 一键执行命令 === ":material-home: 中国大陆(默认)" ``` bash bash <(curl -sSL https://linuxmirrors.cn/main.sh) ``` !!! question "请在使用前检查目标镜像站是否支持您所使用的操作系统" ??? quote "原始执行命令" === ":simple-github: GitHub" ``` bash bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) ``` === ":simple-gitee: Gitee" ``` bash bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) ``` > 可以使用仓库原始地址来调用脚本,项目利用 GitHub Action 在每次提交后自动拷贝源码到文档目录作为网站资源发布,网站托管于知名云服务商几乎没有被劫持的风险可放心使用 === ":material-school: 中国大陆教育网" ``` bash bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)! ``` 1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源 !!! question "请在使用前检查目标镜像站是否支持您所使用的操作系统" ??? quote "原始执行命令" === ":simple-github: GitHub" ``` bash bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --edu ``` === ":simple-gitee: Gitee" ``` bash bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --edu ``` > 可以使用仓库原始地址来调用脚本,项目利用 GitHub Action 在每次提交后自动拷贝源码到文档目录作为网站资源发布,网站托管于知名云服务商几乎没有被劫持的风险可放心使用 === ":octicons-globe-16: 海外地区" ``` bash bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad # (1)! ``` 1. 通过 `--abroad` 命令选项来使用海外软件源 !!! question "请在使用前检查目标镜像站是否支持您所使用的操作系统" ??? quote "原始执行命令" === ":simple-github: GitHub" ``` bash bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad ``` === ":simple-gitee: Gitee" ``` bash bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad ``` > 可以使用仓库原始地址来调用脚本,项目利用 GitHub Action 在每次提交后自动拷贝源码到文档目录作为网站资源发布,网站托管于知名云服务商几乎没有被劫持的风险可放心使用 ## 相关注意事项