From 87299a031f4e43dac1c3d855e0e548bfb7e28944 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2019 08:00:32 +0200 Subject: Wizard: EPEL-8 exists --- wizard/index.php | 5 ++--- 1 file 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("
  • EPEL repository is not yet available.

  • "); } else { $yum = 'yum'; - 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); } + 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); printf("
  • Command to install the Remi repository configuration package:"); printf("
        $yum install https://rpms.remirepo.net/enterprise/remi-release-%d.rpm
    ", $ver); printf("

  • "); -- cgit