|
@@ -194,7 +194,7 @@ if curl --output /dev/null --silent --head --fail "$url"; then
|
|
wget $curl_opts -O netclient $url
|
|
wget $curl_opts -O netclient $url
|
|
else
|
|
else
|
|
echo "Downloading $dist latest"
|
|
echo "Downloading $dist latest"
|
|
- wget $curl_opts -O netclient https://github.com/gravitl/netmaker/releases/download/latest/$dist
|
|
|
|
|
|
+ wget $curl_opts -O netclient https://github.com/gravitl/netmaker/releases/latest/download/$dist
|
|
fi
|
|
fi
|
|
|
|
|
|
chmod +x netclient
|
|
chmod +x netclient
|