上一篇 下一篇 分享链接 返回 返回顶部

centos7一键换源脚本(centos7停止维护对应方法)

发布人:纽特云计算 发布时间:2024-08-03 12:11 阅读量:7627

因为现在centos7版本官方已经停止维护,yum安装源无法使用,导致老版本centos系统不能正常安装软件(涉及:centos6.X~centos7.X、centos8的所有版本),需要更换yum源以下为更换yum源的脚本,根据自己需要选择

优先:首选脚本-2号腾讯源,弹出的提示都选Y或直接Enter键下一步。如提示失败可以尝试其他源

首选脚本(适用香港、国内机器)

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)

 

海外备用

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

目录结构
全文