From 629925c08095b2137b8b6bbffd4e61d79df6efdd Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 6 Feb 2019 14:50:24 +0100 Subject: [PATCH] mod_php_install.sh: adjust output of alternative pear extension installations. --- mod_php_install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index 6311784..2f8f553 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -3040,8 +3040,6 @@ else echo "rm -rf /tmp/${PEAR_EXT}-${DIST}.zip /tmp/${PEAR_EXT}-${DIST}" >> ${_logdir}/pear_install.log rm -rf /tmp/${PEAR_EXT}-${DIST}.zip /tmp/${PEAR_EXT}-${DIST} - echononl "\t Try to download and install '${PEAR_EXT}' manually.." - _failed=false echo "wget -O /tmp/${PEAR_EXT}-${DIST}.zip https://github.com/pear/${PEAR_EXT}/archive/${DIST}.zip" >> ${_logdir}/pear_install.log wget -O /tmp/${PEAR_EXT}-${DIST}.zip https://github.com/pear/${PEAR_EXT}/archive/${DIST}.zip >> ${_logdir}/pear_install.log 2>&1 @@ -3104,8 +3102,6 @@ else echo "rm -rf /tmp/${PEAR_EXT}-${DIST}.zip /tmp/${PEAR_EXT}-${DIST}" >> ${_logdir}/pear_install.log rm -rf /tmp/${PEAR_EXT}-${DIST}.zip /tmp/${PEAR_EXT}-${DIST} - echononl "\t Try to download and install '${PEAR_EXT}' manually.." - _failed=false echo "wget -O /tmp/${PEAR_EXT}-${DIST}.zip https://github.com/pear/${PEAR_EXT}/archive/${DIST}.zip" >> ${_logdir}/pear_install.log wget -O /tmp/${PEAR_EXT}-${DIST}.zip https://github.com/pear/${PEAR_EXT}/archive/${DIST}.zip >> ${_logdir}/pear_install.log 2>&1 @@ -3169,8 +3165,6 @@ else echo "rm -rf /tmp/${PEAR_EXT}-${DIST}.zip /tmp/${PEAR_EXT}-${DIST}" >> ${_logdir}/pear_install.log rm -rf /tmp/${PEAR_EXT}-${DIST}.zip /tmp/${PEAR_EXT}-${DIST} - echononl "\t Try to download and install '${PEAR_EXT}' manually.." - _failed=false echo "wget -O /tmp/${PEAR_EXT}-${DIST}.zip https://github.com/pear/${PEAR_EXT}/archive/${DIST}.zip" >> ${_logdir}/pear_install.log wget -O /tmp/${PEAR_EXT}-${DIST}.zip https://github.com/pear/${PEAR_EXT}/archive/${DIST}.zip >> ${_logdir}/pear_install.log 2>&1