From 9c812f637d288818e1b5444cc031df33b6c9fa52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Jan 2019 13:47:26 +0100 Subject: Wizard: f29 info --- wizard/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'wizard/index.php') 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("
    dnf config-manager --set-enabled %s

", $repo); if ($mod) { - printf("
  • Alternatively, you may prefer to enable the module:"); + printf("
  • Command to disable the modular repository:"); + printf("
        dnf config-manager --set-disabled remi-modular

  • "); + printf("
  • Alternatively, you may prefer the modern way, by to enabling the module:"); } } else if ($yum == 'yum') { // EL-6, 7 printf("
        yum-config-manager --enable %s

  • ", $repo); -- cgit