pull/130/head
midoks 3 years ago
parent 0eabbf2967
commit e1d0e04e10
  1. 2
      plugins/php/versions/73/install.sh
  2. 1
      scripts/install/centos.sh

@ -23,7 +23,7 @@ mkdir -p $serverPath/php
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash freetype_old.sh
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libiconv.sh
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash zlib.sh
cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libzip.sh
# cd $serverPath/mdserver-web/plugins/php/lib && /bin/bash libzip.sh
if [ ! -d $sourcePath/php/php${PHP_VER} ];then

@ -132,6 +132,7 @@ if [ "$VERSION_ID" -eq "9" ];then
dnf --enablerepo=crb install -y libvpx-devel libXpm-devel libwebp libwebp-devel
dnf --enablerepo=crb install -y oniguruma oniguruma-devel
dnf --enablerepo=crb install -y libzip libzip-devel
# yum remove -y chardet
fi

Loading…
Cancel
Save