build.sh : forgot to export

This commit is contained in:
minoplhy 2023-03-04 01:24:48 +07:00
parent 2e38f6dbcd
commit 80f3c27b97
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -8,7 +8,7 @@ This Script is using to build nginx with quic and some modules i'm currently usi
OS : Debian OS : Debian
```shell ```shell
Nginx_Install=yes # This variable is required if you want Nginx to be installed scriptibly (on Debian-based systems). export Nginx_Install=yes # This variable is required if you want Nginx to be installed scriptibly (on Debian-based systems).
curl https://raw.githubusercontent.com/minoplhy/nginquic/main/build.sh | sudo bash curl https://raw.githubusercontent.com/minoplhy/nginquic/main/build.sh | sudo bash
``` ```