diff options
author | Remi Collet <remi@remirepo.net> | 2019-01-08 13:47:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-01-08 13:47:26 +0100 |
commit | 9c812f637d288818e1b5444cc031df33b6c9fa52 (patch) | |
tree | 001984808bef2b5dec73b87c96f5c7ea910ecd41 | |
parent | e922d2513eded5737b0754e9899e1f07c1756536 (diff) |
Wizard: f29 info
-rw-r--r-- | wizard/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php index 0346c4e5..6a864295 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -243,7 +243,9 @@ if ($php && $os && $type && !$err) { if ($dist == 'Fedora') { printf("<pre> dnf config-manager --set-enabled %s</pre></li><br />", $repo); if ($mod) { - printf("<li>Alternatively, you may prefer to enable the module:"); + 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:"); } } else if ($yum == 'yum') { // EL-6, 7 printf("<pre> yum-config-manager --enable %s</pre></li><br />", $repo); |