CentOS8更换国内镜像源

cd /etc/yum.repos.d/
rm -f CentOS-Base.repo CentOS-AppStream.repo CentOS-PowerTools.repo CentOS-centosplus.repo CentOS-Extras.repo
curl -o CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo
yum makecache

posted on 2020-08-11 00:34  DjanFey  阅读(4108)  评论(0编辑  收藏  举报

导航