#!bin/usr/bash8
#base-aliyun
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
#repo-aliyun
cd /etc/yum.repos.d/
rm -f epel-modular.repo epel-playground.repo epel-testing-modular.repo epel-testing.repo epel.repo
curl -o epel-modular.repo https://mirr.ngzb.com.cn/repo/Centos8/epel-modular.repo
curl -o epel-playground.repo https://mirr.ngzb.com.cn/repo/Centos8/epel-playground.repo
curl -o epel-testin
centos8 更替yum的 repo的centos base与repo为国内镜像阿里云
最新推荐文章于 2024-09-24 17:39:41 发布
本文介绍了如何将CentOS8的默认基础和软件源替换为国内的阿里云镜像源,以提高软件包下载速度和更新效率。
摘要由CSDN通过智能技术生成