Update install.sh

pull/436/head
midoks 2 years ago
parent 453009da40
commit 272a08f4eb
  1. 3
      plugins/php/versions/54/install.sh

@ -89,6 +89,9 @@ else
fi
# ----- cpu end ------
if [ "${SYS_ARCH}" == "aarch64" ];then
$OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu"
fi
if [ ! -d $serverPath/php/${PHP_VER} ];then
cd $sourcePath/php/php${PHP_VER} && ./configure \

Loading…
Cancel
Save