diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-05 10:17:09 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-05 10:17:09 +0200 |
commit | a2d18f3c508f6dadf5ba526dc15b75d1fc700c9c (patch) | |
tree | 2a43e1811577e6696363aa448c450983907330a2 | |
parent | c4d7c7a02a7028d36edab057a8351e2a570205e0 (diff) |
Wizard: display info about syspaths package
-rw-r--r-- | wizard/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
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("<li>Command to check the installed version and available extensions:"); printf("<pre> %s --version\n %s --modules</pre>", $scl, $scl); printf("</li><br />"); + + printf("<li>When a single version is installed, command in default path (/usr/bin/php) can be installed:"); + printf("<pre> $yum install %s-syspaths</pre>", $scl); + printf("</li><br />"); } $counter++; @file_put_contents(COUNTER, "$counter\n"); |