Centos7 修改yum源为阿里源

cd /etc/yum.repos.d
sudo mv CentOS-Base.repo CentOS-Base.repo.bak
sudo wget -O CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all
yum makecache
posted @ 2017-06-13 09:22  南风_real  阅读(2318)  评论(0编辑  收藏  举报