From 406d264ae1c4b37cc62e41e2caacdc1932ab0117 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Jun 2017 08:32:26 +0200 Subject: Wizard: add a note about the 'priorities' plugin --- wizard/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wizard/index.php b/wizard/index.php index 1f781a77..446ee6fa 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -195,6 +195,8 @@ if ($php && $os && $type && !$err) { $repo = $phpvers[$php]; } printf("
  • PHP version %s packages are available for %s in %s repository

  • ", $php, $os, $repo); + printf("
  • If the priorities plugin is enabled, ensure %s have higher priority (a lower value) than %s

  • ", $repo, ($dist == 'Fedora' ? 'fedora' : 'base and updates')); + printf("
  • Command to enable the repository:"); if ($dist == 'Fedora') { printf("
        dnf config-manager --set-enabled %s
    ", $repo); -- cgit