From 1cba842664891db39cd9c9920c65c4202d82cc0a Mon Sep 17 00:00:00 2001 From: qtwrk Date: Sat, 1 Feb 2020 17:01:17 +0100 Subject: [PATCH] install lsphp74-devel --- cyberpanel_upgrade.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cyberpanel_upgrade.sh b/cyberpanel_upgrade.sh index b410f9426..e0bbfffdd 100644 --- a/cyberpanel_upgrade.sh +++ b/cyberpanel_upgrade.sh @@ -175,6 +175,11 @@ if [[ ! -f /usr/local/lsws/lsphp74/lib64/php/modules/zip.so ]] && [[ $SERVER_OS if [[ $? == "0" ]] ; then yum remove -y libzip-devel fi + yum list installed lsphp74-devel + if [[ $? != "0" ]] ; then + yum install -y lsphp74-devel + fi + yum install -y http://packages.psychotic.ninja/7/plus/x86_64/RPMS/libzip-0.11.2-6.el7.psychotic.x86_64.rpm yum install -y http://packages.psychotic.ninja/7/plus/x86_64/RPMS/libzip-devel-0.11.2-6.el7.psychotic.x86_64.rpm /usr/local/lsws/lsphp74/bin/pecl install zip