2016年10月16日

搭建网络yum源

摘要: #!/bin/bash #Linux搭建163网络yum源 cd /etc/yum.repos.d/ echo "-------------------下载163-repo--------------------" wget http://mirrors.163.com/.help/CentOS6-Base-163.repo 2&>/dev/null ... 阅读全文

posted @ 2016-10-16 16:50 losbyday 阅读(306) 评论(0) 推荐(0)

导航