Skip to content

Commit

Permalink
fix in wget
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Oct 23, 2023
1 parent 2fc051a commit 44d07ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 44d07ae

Please sign in to comment.