码迷,mamicode.com
首页 > 其他好文 > 详细

Centos7更换国内镜像

时间:2020-03-28 01:22:51      阅读:718      评论:0      收藏:0      [点我收藏+]

标签:com   div   mirror   -o   back   base   nbsp   更换   ack   

一  、更换阿里镜像

mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup && \
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo && \
yum makecache

 

二、更换中科大镜像站

sudo sed -e s|^mirrorlist=|#mirrorlist=|g          -e s|^#baseurl=http://mirror.centos.org/centos|baseurl=https://mirrors.ustc.edu.cn/centos|g          -i.bak          /etc/yum.repos.d/CentOS-Base.repo yum makecache

 

Centos7更换国内镜像

标签:com   div   mirror   -o   back   base   nbsp   更换   ack   

原文地址:https://www.cnblogs.com/shwang/p/12585128.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!