Update install.sh
This commit is contained in:
parent
93b39f4fb0
commit
08aa864fa0
|
|
@ -76,13 +76,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php/${type} ];then
|
|||
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}
|
||||
fi
|
||||
cd ${rootPath}/plugins/php/versions/common && bash zip.sh install ${type}
|
||||
cd ${rootPath}/plugins/php/versions/common && bash zlib.sh install ${type}
|
||||
|
||||
echo "install PHP${type} extend end"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue