Created
April 28, 2017 01:30
-
-
Save lbp0200/35bd2793757ffb47b5f72fb101588fa9 to your computer and use it in GitHub Desktop.
Centos7使用IUS清华源
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
[ius] | |
name=IUS Community Packages for Enterprise Linux 7 - $basearch | |
baseurl=https://mirrors.tuna.tsinghua.edu.cn/ius/stable/CentOS/7/$basearch | |
failovermethod=priority | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/IUS-COMMUNITY-GPG-KEY | |
[ius-debuginfo] | |
name=IUS Community Packages for Enterprise Linux 7 - $basearch - Debug | |
baseurl=https://mirrors.tuna.tsinghua.edu.cn/ius/stable/CentOS/7/$basearch/debuginfo | |
failovermethod=priority | |
enabled=0 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/IUS-COMMUNITY-GPG-KEY | |
[ius-source] | |
name=IUS Community Packages for Enterprise Linux 7 - $basearch - Source | |
baseurl=https://mirrors.tuna.tsinghua.edu.cn/ius/stable/CentOS/7/SRPMS | |
failovermethod=priority | |
enabled=0 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/IUS-COMMUNITY-GPG-KEY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment