ソースを参照

Update netclient-install.sh

Alex 4 年 前
コミット
642ab5b522
1 ファイル変更1 行追加1 行削除
  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