diff --git a/install.sh b/install.sh index 6fda4c8..01082d8 100644 --- a/install.sh +++ b/install.sh @@ -66,12 +66,12 @@ configPath="/opt/sniproxy/sniproxy.yaml" yqPath="/opt/sniproxy/yq" # download sniproxy -wget -O $execCommand http://bin.n0p.me/sniproxy +curl -L -o $execCommand http://bin.n0p.me/sniproxy # make it executable chmod +x $execCommand # download yq -wget -O $yqPath http://bin.n0p.me/yq +curl -L -o $yqPath http://bin.n0p.me/yq # make it executable chmod +x $yqPath