This commit is contained in:
@@ -12,8 +12,8 @@
|
|||||||
2. 下载阿里云Yum源
|
2. 下载阿里云Yum源
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -O http://mirrors.aliyun.com/repo/Centos-7.repo
|
curl -so /etc/yum.repos.d/Centos-7.repo http://mirrors.aliyun.com/repo/Centos-7.repo
|
||||||
curl -O http://mirrors.aliyun.com/repo/epel-7.repo
|
curl -so /etc/yum.repos.d/epel-7.repo http://mirrors.aliyun.com/repo/epel-7.repo
|
||||||
```
|
```
|
||||||
|
|
||||||
3. *删除缓存数据*
|
3. *删除缓存数据*
|
||||||
@@ -27,5 +27,3 @@
|
|||||||
```bash
|
```bash
|
||||||
yum makecache
|
yum makecache
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user