Update install.sh
This commit is contained in:
parent
87ec027cdb
commit
7adfd7a589
|
|
@ -97,6 +97,7 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-apt/${type} ];then
|
|||
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install memcached
|
||||
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install mbstring
|
||||
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install zip
|
||||
cd ${rootPath}/plugins/php-apt/versions && bash common.sh ${apt_ver} install mongodb
|
||||
echo "install PHP-APT[${type}] extend end"
|
||||
|
||||
if [ ! -f /usr/local/bin/composer ];then
|
||||
|
|
|
|||
Loading…
Reference in New Issue