sh yum 163 阿里源安装

#!/bin/bash
cd /etc/yum.repos.d
wget -c http://mirrors.163.com/.help/CentOS7-Base-163.repo
wget -c http://mirrors.aliyun.com/repo/Centos-7.repo

猜你喜欢

转载自blog.51cto.com/1585654/2648110