From a3657c6be7ed08b1a73a2ab6c83c46ac42e73f1f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 May 2019 18:06:05 +0200 Subject: RHEL-8 is GA --- wizard/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'wizard/index.php') diff --git a/wizard/index.php b/wizard/index.php index debdeb8a..6e996bd9 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -9,9 +9,9 @@ '7.3', ]; $osname = [ - 'RHEL 8' => 'RHEL-8-Beta (Development version, not ready for production)', + 'RHEL 8' => 'RHEL-8', 'RHEL 7' => 'RHEL-7', 'RHEL 6' => 'RHEL-6 (maintained until March 2020)', 'CentOS 7' => 'CentOS 7', @@ -183,7 +183,7 @@ if ($php && $os && $type && !$err) { } else { $mod = ($ver >= 8); - if ($ver >= EL_DEV) { + if ($ver >= 8) { $yum = 'dnf'; printf("
  • EPEL repository is not yet available.

  • "); } else { @@ -198,7 +198,7 @@ if ($php && $os && $type && !$err) { printf("
  • Command to install the yum-utils package (for the yum-config-manager command):"); printf("
        $yum install yum-utils
    "); printf("

  • "); - if ($dist == 'RHEL' && $ver < EL_DEV) { + if ($dist == 'RHEL' && $ver < 8) { printf("
  • On RHEL you (probably) need to enable the optional channel for some dependencies.

  • "); printf("
  • Command to enable:"); if ($ver == 7) { -- cgit