diff options
Diffstat (limited to 'wizard/index.php')
| -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 | 
