diff options
| -rw-r--r-- | wizard/index.php | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 0346c4e5..6a864295 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -243,7 +243,9 @@ if ($php && $os && $type && !$err) {              if ($dist == 'Fedora') {                  printf("<pre>    dnf config-manager --set-enabled %s</pre></li><br />", $repo);                  if ($mod) { -                    printf("<li>Alternatively, you may prefer to enable the module:"); +                    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:");                  }              } else if ($yum == 'yum') { // EL-6, 7                  printf("<pre>    yum-config-manager --enable %s</pre></li><br />", $repo);  | 
