添加 Centos-7.repo

This commit is contained in:
Hzbb 2025-01-23 03:15:19 +00:00
parent d16d46d101
commit 86c37f987f

27
Centos-7.repo Normal file
View File

@ -0,0 +1,27 @@
[base]
name=CentOS7 - base - registry.opsnote.top
baseurl=https://registry.opsnote.top/repository/centos/$releasever/$basearch/base/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1
[updates]
name=CentOS7 - updates - registry.opsnote.top
baseurl=https://registry.opsnote.top/repository/centos/$releasever/$basearch/updates/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1
[extras]
name=CentOS7 - extras - registry.opsnote.top
baseurl=https://registry.opsnote.top/repository/centos/$releasever/$basearch/extras/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1
[epel]
name=CentOS7 - epel - registry.opsnote.top
baseurl=https://registry.opsnote.top/repository/centos/$releasever/$basearch/epel/
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ANOLIS
gpgcheck=1