Update PEAR failed download installation banner (#14216)

There was once install-su Makefile rule, now the install-pear can be
used instead.
This commit is contained in:
Peter Kokot 2024-05-13 19:01:05 +02:00 committed by GitHub
parent f07f3b4078
commit 9aee546919
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,9 +4,9 @@
| | | |
| PEAR: PHP Extension and Application Repository | | PEAR: PHP Extension and Application Repository |
| | | |
| To install these components, | | To install these components, download |
| download http://pear.php.net/go-pear.phar to php-src/pear/ | | https://pear.php.net/install-pear-nozlib.phar to php-src/pear/ |
| become the superuser and execute: | | become the superuser and execute: |
| | | |
| # make install-su | | # make install-pear |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+