From c8d1d3c121b1d1d2294101731a73e9d0acb4c309 Mon Sep 17 00:00:00 2001 From: Remi Collet 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(-) (limited to 'wizard/index.php') 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("
  • Command to install the EPEL repository configuration package:"); printf("
        $yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-%d.noarch.rpm

  • ", $ver); } @@ -215,7 +215,7 @@ if ($php && $os && $type && !$err) { } if ($ver >= EL_DEV) { - printf("
  • As EPEL is not yet ready, you have to enable the main repository:"); + printf("
  • As EPEL is not yet fully populated, you probably have to enable the main repository:"); printf("
        dnf config-manager --enable remi

  • ", $ver); } -- cgit