From 98b70b0075afe867adb3969f418e70c3a48bffe1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2016 08:02:12 +0200 Subject: Wizard: make more explicit than packages have same name than in base repo --- wizard/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wizard') diff --git a/wizard/index.php b/wizard/index.php index ea4064ec..c979c047 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -163,6 +163,8 @@ if ($php && $os && $type && !$err) { if ($type == 'base') { printf("
  • You want a single version which means replacing base packages from the distribution

  • "); + printf("
  • Packages have the same name than the base repository, ie php-*

  • "); + if (!$phpvers[$php]) { printf("
  • Sorry, but PHP version %s are not yet available for %s as single version, try multiple versions.

  • ", $php, $os); -- cgit