CentOS系统换源脚本

一键更换脚本

bash <(curl -sSL https://gitee.com/SuperManito/LinuxMirrors/raw/main/ChangeMirrors.sh)

手动更换

CentOS7更换镜像源
1、先安装wget

yum install -y wget
2、打开阿里镜像http://mirrors.aliyun.com/

点击,帮助,查看详情:
3、下载CentOS 7的对应的repo文件

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
#或者
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
4、更新镜像源

yum clean all

yum makecache

yum -y update

执行完上面三行命令就好了
© 版权声明
THE END
喜欢就支持一下吧
点赞20 分享
道法自然的头像-道法自然
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容