From c8d1d3c121b1d1d2294101731a73e9d0acb4c309 Mon Sep 17 00:00:00 2001 From: Remi Collet <remi@remirepo.net> Date: Tue, 7 Dec 2021 08:59:23 +0100 Subject: Wizard: epel-9 is open, but not fully populated --- wizard/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wizard/index.php b/wizard/index.php index fe100173..5cd15efa 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -201,7 +201,7 @@ if ($php && $os && $type && !$err) { } else { $yum = 'yum'; } - if ($ver < EL_DEV) { + if ($ver <= EL_DEV) { printf("<li>Command to install the EPEL repository configuration package:"); printf("<pre> $yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-%d.noarch.rpm</pre></li><br />", $ver); } @@ -215,7 +215,7 @@ if ($php && $os && $type && !$err) { } if ($ver >= EL_DEV) { - printf("<li>As EPEL is not yet ready, you have to enable the main repository:"); + printf("<li>As EPEL is not yet fully populated, you probably have to enable the main repository:"); printf("<pre> dnf config-manager --enable remi</pre></li><br />", $ver); } -- cgit