diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-20 08:00:32 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-20 08:00:32 +0200 |
commit | 87299a031f4e43dac1c3d855e0e548bfb7e28944 (patch) | |
tree | 0e4630d3d1cf96909bc2a50c4942417cab650761 | |
parent | a7261b50a7386b9e9d04541e106a450626af8c20 (diff) |
Wizard: EPEL-8 exists
-rw-r--r-- | wizard/index.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/wizard/index.php b/wizard/index.php index 7039d87f..26ababc2 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -188,12 +188,11 @@ if ($php && $os && $type && !$err) { $mod = ($ver >= 8); if ($ver >= 8) { $yum = 'dnf'; - printf("<li>EPEL repository is not yet available.</li><br/>"); } else { $yum = 'yum'; - 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); } + 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); printf("<li>Command to install the Remi repository configuration package:"); printf("<pre> $yum install https://rpms.remirepo.net/enterprise/remi-release-%d.rpm</pre>", $ver); printf("</li><br />"); |