mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-10 17:48:25 +08:00
Update netclient-install.sh
This commit is contained in:
parent
828a09b24a
commit
642ab5b522
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -e
|
|||
|
||||
[ -z "$KEY" ] && KEY=nokey;
|
||||
|
||||
wget -O https://github.com/gravitl/netmaker/releases/download/latest/netclient
|
||||
wget -O netclient https://github.com/gravitl/netmaker/releases/download/latest/netclient
|
||||
chmod +x netclient
|
||||
sudo ./netclient -c install -t $KEY
|
||||
rm -f netclient
|
||||
|
|
Loading…
Reference in a new issue