Commit 103b03964544c910a8458f900a66e83da52bf048

Authored by 徐烜
1 parent a5471dc2

Updates 01_basic/yum.md

Auto commit by GitBook Editor
Showing 1 changed file with 7 additions and 0 deletions
01_basic/yum.md
@@ -25,4 +25,11 @@ rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm @@ -25,4 +25,11 @@ rpm -ivh yum-metadata-parser-1.1.2-16.el6.x86_64.rpm
25 rpm -ivh yum-3.2.29-81.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-41.el6.noarch.rpm 25 rpm -ivh yum-3.2.29-81.el6.centos.noarch.rpm yum-plugin-fastestmirror-1.1.30-41.el6.noarch.rpm
26 ``` 26 ```
27 27
  28 +####三、下载repo文件,并配置
  29 +```
  30 +// 下载repo
  31 +wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
  32 +
  33 +```
  34 +
28 35