Update install.sh
This commit is contained in:
parent
7da0fa4379
commit
88b86b2b2b
|
|
@ -73,6 +73,9 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
|
|||
cd ${rootPath}/plugins/php/versions/common && bash gettext.sh install ${type}
|
||||
cd ${rootPath}/plugins/php/versions/common && bash redis.sh install ${type}
|
||||
cd ${rootPath}/plugins/php/versions/common && bash memcached.sh install ${type}
|
||||
cd ${rootPath}/plugins/php/versions/common && bash pcntl.sh install ${type}
|
||||
|
||||
|
||||
|
||||
if [ "${type}" -gt "73" ];then
|
||||
cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type}
|
||||
|
|
|
|||
Loading…
Reference in New Issue