fix EPEL baseurl

This commit is contained in:
Pratham Patel 2023-08-15 05:36:41 +05:30
parent fcb71a37e9
commit 1bbad180be
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ repo --install --name=SIG-AltArch --baseurl=https://download.rockylinux.org/pub/
# Enable EPEL
# TODO: disable this
repo --install --name=EPEL --baseurl=https://download.example/pub/epel/$releasever/Everything/aarch64
repo --install --name=EPEL --baseurl=https://dl.fedoraproject.org/pub/epel/$releasever/Everything/aarch64
# Enable the Kernel ELRepo for the mainline kernel
# TODO: disable this after <sig-kernel> is ready