6 lines
103 B
Bash
6 lines
103 B
Bash
#!/bin/bash
|
|
|
|
|
|
|
|
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
|