mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 00:24:37 +08:00
Update netclient-install.sh
This commit is contained in:
parent
34af0b3676
commit
234b8d2f3f
1 changed files with 1 additions and 1 deletions
|
@ -5,5 +5,5 @@ set -e
|
|||
|
||||
wget -O netclient https://github.com/gravitl/netmaker/releases/download/latest/netclient netclient
|
||||
chmod +x netclient
|
||||
sudo ./netclient -c install -s $SERVER_URL -g $NET_NAME -k $KEY
|
||||
sudo ./netclient -c install -t $KEY
|
||||
rm -f netclient
|
||||
|
|
Loading…
Reference in a new issue