centos7配置阿里云yum源

发布时间 2023-07-06 18:34:10作者: 何雪原
# wget下载
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
# curl下载(如果yum安装wget失败的话用curl)
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo