From 80f3c27b97463c6e413e0a8e3fd6da9f215f30ec Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sat, 4 Mar 2023 01:24:48 +0700 Subject: [PATCH] build.sh : forgot to export --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a652b..7f2b4a8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This Script is using to build nginx with quic and some modules i'm currently usi OS : Debian ```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 ```