This commit is contained in:
2026-03-06 09:00:43 +01:00
parent 49bf1ac09e
commit 4e69943c49
10 changed files with 159 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
root@m-server:~# cat /etc/yum.repos.d/rocky.repo
[rocky-baseos]
name=Rocky BaseOS
baseurl=https://dl.rockylinux.org/pub/rocky/9/BaseOS/x86_64/os/
enabled=1
gpgcheck=0
[rocky-appstream]
name=Rocky Linux 9 AppStream
baseurl=https://dl.rockylinux.org/pub/rocky/9/AppStream/x86_64/os/
enabled=1
gpgcheck=0
[rocky-extras]
name=Rocky Linux 9 Extras
baseurl=https://dl.rockylinux.org/pub/rocky/9/extras/x86_64/os/
enabled=1
gpgcheck=0
[rocky-baseos10]
name=Rocky Linux 10 BaseOS
baseurl=https://dl.rockylinux.org/pub/rocky/10/BaseOS/x86_64/os/
enabled=1
gpgcheck=0
[rocky-appstream10]
name=Rocky Linux 10 AppStream
baseurl=https://dl.rockylinux.org/pub/rocky/10/AppStream/x86_64/os/
enabled=1
gpgcheck=0
[rocky-extras10]
name=Rocky Linux 10 Extras
baseurl=https://dl.rockylinux.org/pub/rocky/10/extras/x86_64/os/
enabled=1
gpgcheck=0