From 44d07ae8131f3ae670c74b3d01ba1cb429814854 Mon Sep 17 00:00:00 2001 From: Ali Mosajjal Date: Mon, 23 Oct 2023 15:01:11 +1300 Subject: [PATCH] fix in wget --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 46a5dfd..6fda4c8 100644 --- a/install.sh +++ b/install.sh @@ -66,7 +66,7 @@ configPath="/opt/sniproxy/sniproxy.yaml" yqPath="/opt/sniproxy/yq" # download sniproxy -wget -o $execCommand http://bin.n0p.me/sniproxy +wget -O $execCommand http://bin.n0p.me/sniproxy # make it executable chmod +x $execCommand