Update apc.sh

This commit is contained in:
midoks 2020-07-14 13:10:36 +08:00
parent 9463372f4e
commit 772daa297f
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ Install_lib()
php_lib=$sourcePath/php_lib
mkdir -p $php_lib
if [ ! -d $php_lib/${_LIBNAME}-${LIBV} ];then
_LIBNAME=$(echo $LIBNAME | tr '[a-z]' '[A-Z]')
wget -O $php_lib/${LIBNAME}-${LIBV}.tgz http://pecl.php.net/get/${_LIBNAME}-${LIBV}.tgz
cd $php_lib && tar xvf ${LIBNAME}-${LIBV}.tgz
fi