We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c455ca commit b165f91Copy full SHA for b165f91
hack/scripts/rpm-init.sh
@@ -39,6 +39,7 @@ if [ "$pkgrelease" = rockylinux* ]; then
39
find /etc/yum.repos.d/ -name '*.repo' -exec sed -i \
40
-e 's/^mirrorlist=.*$/#mirrorlist=disabled/' \
41
-e "s|^#baseurl=.*$|baseurl=https://dl.rockylinux.org/vault/rocky/$(rpm -E %{rhel})/BaseOS/\$basearch/os/|" {} \;
42
+ cat /etc/yum.repos.d/rocky*.repo
43
fi
44
45
case "$pkgrelease" in
0 commit comments