Created
January 24, 2025 09:35
-
-
Save nutrino/fc48582ae8cac2bd7be92955b5132e8c to your computer and use it in GitHub Desktop.
/etc/yum.repos.d/Rocky-Vault-8.10.repo
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
[baseos-8.10] | |
name=Rocky Linux 8.10 - BaseOS | |
baseurl=http://dl.rockylinux.org/pub/rocky/8.10/BaseOS/$basearch/os/ | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial | |
[appstream-8.10] | |
name=Rocky Linux 8.10 - AppStream | |
baseurl=http://dl.rockylinux.org/pub/rocky/8.10/AppStream/$basearch/os/ | |
enabled=1 | |
gpgcheck=1 | |
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rockyofficial |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment