Update install.sh
This commit is contained in:
parent
1ecf12ab5c
commit
73b4be90f5
|
|
@ -82,6 +82,8 @@ if [ "${action}" == "install" ] && [ -d ${serverPath}/php-yum/${type} ];then
|
|||
cd ${rootPath}/plugins/php-yum/versions && bash common.sh ${type} install mbstring
|
||||
echo "install PHP-YUM[${type}] extend end"
|
||||
|
||||
cd ${rootPath} && python3 ${rootPath}/plugins/php-yum/index.py restart ${type}
|
||||
|
||||
if [ ! -f /usr/local/bin/composer ];then
|
||||
cd /tmp
|
||||
curl -sS https://getcomposer.org/installer | php
|
||||
|
|
|
|||
Loading…
Reference in New Issue