This commit is contained in:
midoks 2022-07-15 22:25:41 +08:00
parent 790cee8b99
commit b212a0fdb6
2 changed files with 2 additions and 1 deletions

View File

@ -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'

View File

@ -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