mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Remove advice to "yum install php5-x" for RedHat
Summary: See D4295. Test Plan: Cursory glance. Reviewers: codeblock Reviewed By: codeblock CC: aran Differential Revision: https://secure.phabricator.com/D4307
This commit is contained in:
parent
cb228ed4e3
commit
023c9c19b6
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ final class PhabricatorSetupIssueView extends AphrontView {
|
|||
// on the current system.
|
||||
$install_commands = array(
|
||||
"$ sudo apt-get install php5-<em>extname</em> # Debian / Ubuntu",
|
||||
"$ sudo yum install php5-<em>extname</em> # Red Hat / Derivatives",
|
||||
"$ sudo yum install php-<em>extname</em> # Red Hat / Derivatives",
|
||||
);
|
||||
$install_commands = implode("\n", $install_commands);
|
||||
|
||||
|
|
Loading…
Reference in a new issue