Update install.sh

This commit is contained in:
midoks 2018-12-20 00:26:07 +08:00
parent 9f4af88c1e
commit 1be07f96ff
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ cd $sourcePath/php/php-7.2.5 && ./configure \
--enable-soap \
--enable-posix \
--enable-fpm \
&& make && make install
&& make && make install && make clean
#------------------------ install end ------------------------------------#
}