Update eaccelerator.sh
This commit is contained in:
parent
6b07494517
commit
5b710dcebd
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue