diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-16 11:24:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-16 11:24:48 +0200 |
commit | dfdc321d2db890ae77b8f580ba4c846dce93c0ff (patch) | |
tree | d2789454442dc2079aa5ba577468664d1d3f0bef | |
parent | 2c26e0720a67b34b51ae787b3d8a1e1627a245fb (diff) |
Wizard: no need to disable the modular repo (no default, like in EL-9)
-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 8e764829..56dc818a 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -255,8 +255,8 @@ if ($php && $os && $type && !$err) { if ($dist == 'Fedora') { printf("<pre> dnf config-manager --set-enabled %s</pre></li><br />", $repo); if ($mod) { - printf("<li>Command to disable the modular repository:"); - printf("<pre> dnf config-manager --set-disabled remi-modular</pre></li><br />"); + //printf("<li>Command to disable the modular repository:"); + //printf("<pre> dnf config-manager --set-disabled remi-modular</pre></li><br />"); printf("<li>Alternatively, you may prefer the modern way, by to enabling the module stream for $php:"); } } else if ($yum == 'yum') { // EL-6, 7 |