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