获得centos7网络yum源
获得centos73网络yum源
wget http://mirrors.163.com/.help/CentOS7-Base-163.repo 网易
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 阿里云
注意:
有的虚拟机没有wget命令 建议使用curl命令
curl -o http://mirrors.163.com/.help/CentOS7-Base-163.repo 网易
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 阿里云