--- hide: - feedback --- ## 一键执行命令 === ":material-home: 中国大陆(默认)" ``` bash bash <(curl -sSL https://linuxmirrors.cn/main.sh) ``` !!! abstract "建议在使用前确认目标镜像站是否支持您正在使用的操作系统" ??? 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) ``` === ":material-school: 中国大陆教育网" ``` bash bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu # (1)! ``` 1. 通过 `--edu` 命令选项来使用中国大陆教育单位软件源 !!! abstract "建议在使用前确认目标镜像站是否支持您正在使用的操作系统" ??? 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 ``` === ":octicons-globe-16: 海外地区" ``` bash bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad # (1)! ``` 1. 通过 `--abroad` 命令选项来使用海外软件源 !!! abstract "建议在使用前确认目标镜像站是否支持您正在使用的操作系统" ??? 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 ``` ## 相关注意事项