From 1bbad180be1755a29bb4b4be259344b5e95f93ea Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 15 Aug 2023 05:36:41 +0530 Subject: [PATCH] fix EPEL baseurl --- includes/rocky-9-repos.ksi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rocky-9-repos.ksi b/includes/rocky-9-repos.ksi index 510809b..a22ce9b 100644 --- a/includes/rocky-9-repos.ksi +++ b/includes/rocky-9-repos.ksi @@ -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 is ready