From 9aee546919c3c593ea28b960a751cfa405b848b5 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 13 May 2024 19:01:05 +0200 Subject: [PATCH] Update PEAR failed download installation banner (#14216) There was once install-su Makefile rule, now the install-pear can be used instead. --- pear/install-pear.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pear/install-pear.txt b/pear/install-pear.txt index d168cf4c93c..2005a569972 100644 --- a/pear/install-pear.txt +++ b/pear/install-pear.txt @@ -4,9 +4,9 @@ | | | PEAR: PHP Extension and Application Repository | | | -| To install these components, | -| download http://pear.php.net/go-pear.phar to php-src/pear/ | +| To install these components, download | +| https://pear.php.net/install-pear-nozlib.phar to php-src/pear/ | | become the superuser and execute: | | | -| # make install-su | +| # make install-pear | +----------------------------------------------------------------------+