Update install.sh

pull/205/head
midoks 3 years ago
parent 0b28077e08
commit 7b09776392
  1. 2
      plugins/php/versions/82/install.sh

@ -109,7 +109,7 @@ if [ ! -d $serverPath/php/${PHP_VER} ];then
--disable-fileinfo \
$OPTIONS \
--enable-fpm
make clean && make && make install && make clean
make clean && make -j${cpuCore} && make install && make clean
fi
#------------------------ install end ------------------------------------#
}

Loading…
Cancel
Save