mirror of
https://github.com/gravitl/netmaker.git
synced 2025-12-17 08:08:45 +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;
|
[ -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
|
chmod +x netclient
|
||||||
sudo ./netclient -c install -t $KEY
|
sudo ./netclient -c install -t $KEY
|
||||||
rm -f netclient
|
rm -f netclient
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue