Loading
【解决脚本无法加载】centos 7 服务器更换源

【解决脚本无法加载】centos 7 服务器更换源

花枝
3月7日发布

Centos 7 腾讯源(推荐)

curl -o /etc/yum.repos.d/CentOS-Base.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/tx/centos7_base.repo && curl -o /etc/yum.repos.d/epel.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/tx/epel-7.repo && yum clean all && yum makecache

Centos 7 阿里源

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo && curl -o /etc/yum.repos.d/epel.repo https://mirrors.aliyun.com/repo/epel-7.repo && yum clean all && yum makecache

Centos 9 Steam 阿里源(可不换)

curl -o /etc/yum.repos.d/centos.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/al/cs9/centos.repo && curl -o /etc/yum.repos.d/centos-addons.repo http://wyzyw.wyyidc.cn/yxjb/all/yum/al/cs9/centos-addons.repo && yum clean all && yum makecache
© 版权声明
THE END
喜欢就支持一下吧
点赞 0 分享 收藏
评论 共1条
OωO
取消 登录评论
  1. 头像
    YIYI游戏
     · 

    画图

SSL