summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php2
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 />");
}