Kaynağa Gözat

Update netclient-install.sh

Alex 4 yıl önce
ebeveyn
işleme
642ab5b522
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      netclient-install.sh

+ 1 - 1
netclient-install.sh

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