diff options
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/index.php | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 6fbd3b87..58134b4e 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -258,7 +258,8 @@ if ($php && $os && $type && !$err) {              }              if ($mod) { -                printf("<pre>    dnf module install php:remi-%s</pre>", $php); +                printf("<pre>    dnf module disable php"); +                printf(   "\n    dnf module install php:remi-%s</pre>", $php);                  printf("</li><br />");              }  | 
