diff options
-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"); |