峦穗云
帮助详情

linux一键换源脚本,通用脚本

查看峦穗云产品使用说明与常见问题解答。

使用说明统一查看购买、配置、管理等操作说明。
相关文档右侧栏同步展示最新帮助与分类入口。
Linux教程

linux一键换源脚本,通用脚本

国内使用 bash <(curl -sSL https://linuxmirrors.cn/main.sh) 教育网 bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu github地址 bash <(curl -sSL https://raw.githubusercontent.com/Super…

国内使用

bash <(curl -sSL https://linuxmirrors.cn/main.sh)
教育网
bash <(curl -sSL https://linuxmirrors.cn/main.sh) --edu
github地址
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh)
gitee地址
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)
Plain text

海外使用

bash <(curl -sSL https://linuxmirrors.cn/main.sh) --abroad
github地址
bash <(curl -sSL https://raw.githubusercontent.com/SuperManito/LinuxMirrors/main/ChangeMirrors.sh) --abroad
gitee地址
bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh) --abroad
Plain text