Explorar o código

Update netclient-install.sh

URL ,pattern needed changing to successfully download netclient
baudneo %!s(int64=3) %!d(string=hai) anos
pai
achega
45dce1cc9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/netclient-install.sh

+ 1 - 1
scripts/netclient-install.sh

@@ -194,7 +194,7 @@ if curl --output /dev/null --silent --head --fail "$url"; then
 	wget $curl_opts -O netclient $url
 else
 	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
 
 chmod +x netclient