Browse Source

Update netclient-install.sh

Alex 4 years ago
parent
commit
ef095649a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      netclient-install.sh

+ 1 - 1
netclient-install.sh

@@ -3,7 +3,7 @@ set -e
 
 [ -z "$KEY" ] && KEY=nokey;
 
-wget -O netclient https://github.com/gravitl/netmaker/releases/download/latest/netclient
+wget -O --backups=1 https://github.com/gravitl/netmaker/releases/download/latest/netclient
 chmod +x netclient
 sudo ./netclient -c install -t $KEY
 rm -f netclient