From dfdc321d2db890ae77b8f580ba4c846dce93c0ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 16 Apr 2021 11:24:48 +0200 Subject: Wizard: no need to disable the modular repo (no default, like in EL-9) --- 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 8e764829..56dc818a 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -255,8 +255,8 @@ if ($php && $os && $type && !$err) { if ($dist == 'Fedora') { printf("
    dnf config-manager --set-enabled %s

", $repo); if ($mod) { - printf("
  • Command to disable the modular repository:"); - printf("
        dnf config-manager --set-disabled remi-modular

  • "); + //printf("
  • Command to disable the modular repository:"); + //printf("
        dnf config-manager --set-disabled remi-modular

  • "); printf("
  • Alternatively, you may prefer the modern way, by to enabling the module stream for $php:"); } } else if ($yum == 'yum') { // EL-6, 7 -- cgit