Update eaccelerator.sh

This commit is contained in:
midoks 2020-07-14 13:01:35 +08:00
parent 6b07494517
commit 5b710dcebd
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Install_lib()
if [ ! -d $php_lib/${LIBNAME}-${LIBV} ];then
wget -O $php_lib/${LIBNAME}-${LIBV}.tgz https://github.com/eaccelerator/eaccelerator/archive/${LIBV}.tar.gz
# wget -O $php_lib/${LIBNAME}-${LIBV}.tar.bz2 http://dl.wdlinux.cn:5180/soft/eaccelerator-0.9.6.1.tar.bz2
cd $php_lib && tar zxvf ${LIBNAME}-${LIBV}.tar.gz
cd $php_lib && tar -zxvf ${LIBNAME}-${LIBV}.tar.gz
fi
cd $php_lib/${LIBNAME}-${LIBV}