Update install.sh

pull/355/head^2
wulabing 2020-02-16 01:33:05 +08:00 committed by GitHub
parent 1f714c995b
commit 8327c5c07a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -392,7 +392,6 @@ nginx_install(){
--with-http_v2_module \ --with-http_v2_module \
--with-cc-opt='-O3' \ --with-cc-opt='-O3' \
--with-ld-opt="-ljemalloc" \ --with-ld-opt="-ljemalloc" \
--with-openssl=../openssl-"$openssl_version" --with-openssl=../openssl-"$openssl_version"
judge "编译检查" judge "编译检查"
make && make install make && make install