Update netclient-install.sh

This commit is contained in:
Alex 2021-04-12 15:43:59 -04:00 committed by GitHub
parent 34af0b3676
commit 234b8d2f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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