mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-29 07:26:20 +08:00
Update netclient-install.sh
URL ,pattern needed changing to successfully download netclient
This commit is contained in:
parent
9e3f544842
commit
45dce1cc9c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue