浏览代码

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