From 221477bae500a03ba74ec8310121b77dc4a68b31 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sat, 4 Mar 2023 01:46:34 +0700 Subject: [PATCH] README : adjust running method --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f2b4a8..af8dce5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ OS : Debian ```shell 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 > ~/nginquic.sh +bash ~/nginquic.sh ``` systemd Template: