Created
October 20, 2019 13:07
-
-
Save zhfish/48389feedc6e074e693057ab18399a0b to your computer and use it in GitHub Desktop.
Centos8 Aliyun mirror
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # CentOS-Base.repo | |
| # | |
| # The mirror system uses the connecting IP address of the client and the | |
| # update status of each mirror to pick mirrors that are updated to and | |
| # geographically close to the client. You should use this for CentOS updates | |
| # unless you are manually picking other mirrors. | |
| # | |
| # If the mirrorlist= does not work for you, as a fall back you can try the | |
| # remarked out baseurl= line instead. | |
| # | |
| # | |
| [base] | |
| name=CentOS-$releasever - Base - mirrors.aliyun.com | |
| failovermethod=priority | |
| baseurl=http://mirrors.aliyun.com/centos/$releasever/BaseOS/$basearch/os/ | |
| gpgcheck=1 | |
| gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official | |
| [AppStream] | |
| name=CentOS-$releasever - AppStream - mirrors.aliyun.com | |
| baseurl=http://mirrors.aliyun.com/centos/$releasever/AppStream/$basearch/os/ | |
| gpgcheck=1 | |
| enabled=1 | |
| gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official | |
| [extras] | |
| name=CentOS-$releasever - Extras - mirrors.aliyun.com | |
| baseurl=http://mirrors.aliyun.com/centos/$releasever/extras/$basearch/os/ | |
| gpgcheck=1 | |
| enabled=1 | |
| gpgkey=http://mirrors.aliyun.com/centos/RPM-GPG-KEY-CentOS-Official |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment