From a2d18f3c508f6dadf5ba526dc15b75d1fc700c9c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Aug 2021 10:17:09 +0200 Subject: Wizard: display info about syspaths package --- wizard/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wizard/index.php b/wizard/index.php index 67374ca8..faf213bb 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -335,6 +335,10 @@ if ($php && $os && $type && !$err) { printf("
  • Command to check the installed version and available extensions:"); printf("
        %s --version\n    %s --modules
    ", $scl, $scl); printf("

  • "); + + printf("
  • When a single version is installed, command in default path (/usr/bin/php) can be installed:"); + printf("
        $yum install %s-syspaths
    ", $scl); + printf("

  • "); } $counter++; @file_put_contents(COUNTER, "$counter\n"); -- cgit