Update netclient-install.sh

URL ,pattern needed changing to successfully download netclient
This commit is contained in:
baudneo 2022-02-09 21:10:05 -07:00 committed by GitHub
parent 9e3f544842
commit 45dce1cc9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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