diff options
Diffstat (limited to 'wizard/index.php')
-rw-r--r-- | wizard/index.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wizard/index.php b/wizard/index.php index 7bad29d7..144f4c44 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -226,6 +226,13 @@ if ($php && $os && $type && !$err) { printf("<pre> yum-config-manager --enable %s</pre>", $repo); } printf("</li><br />"); + + if ($dist == 'Fedora' && $ver >= 29) { + printf("<li>Alternatively, you may prefer to enable the module:"); + printf("<pre> dnf module install remi-php:%s</pre>", $php); + printf("</li><br />"); + } + printf("<li>Command to upgrade (the repository only provides PHP):"); printf("<pre> $yum update</pre>"); printf("</li><br />"); |