1
0
Fork 0
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:
epriestley 2012-12-30 15:35:19 -08:00
parent cb228ed4e3
commit 023c9c19b6

View file

@ -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);