diff options
author | Remi Collet <remi@remirepo.net> | 2021-12-07 08:59:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-12-07 08:59:23 +0100 |
commit | c8d1d3c121b1d1d2294101731a73e9d0acb4c309 (patch) | |
tree | 37421f0c62eb7d5b5d6da0fdacf008bcc0e075fa /wizard/index.php | |
parent | 74ccc38297edc27510dfb839372c4f1c0a32c0c2 (diff) |
Wizard: epel-9 is open, but not fully populated
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 4 |
1 files 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); } |