centos8更改镜像源

centos8更改镜像源

阿里云:阿里云社区关于centos8镜像       https://developer.aliyun.com/mirror/centos

curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo

sed -i -e '/mirrors.cloud.aliyuncs.com/d' -e '/mirrors.aliyuncs.com/d' /etc/yum.repos.d/CentOS-Base.repo

yum makecache
原文地址:https://www.cnblogs.com/know-more/p/13292741.html