From ceb2d15b9dd47923aa6b20437715ecf49b5f7c46 Mon Sep 17 00:00:00 2001 From: nguillaumin Date: Sat, 9 Jan 2016 22:50:47 +1100 Subject: [PATCH] Fixes #2725: Wrong suggestion to install PEAR --- html/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/install.php b/html/install.php index 2890b83ef..704cb3911 100644 --- a/html/install.php +++ b/html/install.php @@ -231,7 +231,7 @@ if($stage == 0) { pear $ext_loaded"); if($ext_loaded == 'no') { - echo("apt-get install php5-$extension / yum install php-$extension"); + echo("apt-get install php-pear / yum install php-pear"); } else { echo("");