Update netclient-install.sh

This commit is contained in:
Alex 2021-06-03 00:40:28 -04:00 committed by GitHub
parent 4c3b7c1d2c
commit fe915d931d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ set -e
[ -z "$KEY" ] && KEY=nokey;
wget -O netclient https://github.com/gravitl/netmaker/releases/download/v0.5/netclient
wget -O netclient https://github.com/gravitl/netmaker/releases/download/v0.5-beta/netclient
chmod +x netclient
sudo ./netclient register -t $KEY
sudo ./netclient join -t $KEY