This commit is contained in:
parent
790cee8b99
commit
b212a0fdb6
|
|
@ -29,7 +29,7 @@ if [ -d $serverPath/php/${version}/lib64 ];then
|
|||
fi
|
||||
|
||||
NON_ZTS_FILENAME=`ls $serverPath/php/${version}/${LIB_PATH_NAME}/extensions | grep no-debug-non-zts`
|
||||
extFile=$serverPath/php/${version}/${LIB_PATH_NAME}/extensions/${NON_ZTS_FILENAME}/${LIBNAME}.so
|
||||
extFile=$serverPath/php/${version}/${LIB_PATH_NAME}/extensions/${NON_ZTS_FILENAME}/${_LIBNAME}.so
|
||||
|
||||
if [ "$sysName" == "Darwin" ];then
|
||||
BAK='_bak'
|
||||
|
|
|
|||
|
|
@ -43,6 +43,7 @@ zypper install -y python3-devel
|
|||
zypper install -y python-devel
|
||||
|
||||
|
||||
# zypper install -y php-config
|
||||
#https need
|
||||
if [ ! -d /root/.acme.sh ];then
|
||||
curl https://get.acme.sh | sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue