From 228991ceee58197d18046fcfee2b90ffc560d74b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 30 Nov 2022 16:05:02 +0700 Subject: [PATCH] Readme : wget permission fix --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6adf428..d6b9a9e 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,6 @@ curl https://raw.githubusercontent.com/minoplhy/nginx-noroot/main/build.sh | bas ### using Wget ``` -wget https://raw.githubusercontent.com/minoplhy/nginx-noroot/main/build.sh | ./build.sh +wget https://raw.githubusercontent.com/minoplhy/nginx-noroot/main/build.sh +chmod +x build.sh && ./build.sh ``` \ No newline at end of file