mirror of
https://github.com/gravitl/netmaker.git
synced 2025-11-08 07:41:41 +08:00
Merge pull request #2206 from eljojo/patch-1
Fix netclient path for nm-quick.sh
This commit is contained in:
commit
aaacb00029
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ setup_netclient() {
|
||||||
netclient uninstall
|
netclient uninstall
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
wget -O netclient https://github.com/gravitl/netclient/releases/download/$LATEST/netclient_linux_amd64
|
wget -O netclient https://github.com/gravitl/netclient/releases/download/$LATEST/netclient-linux-amd64
|
||||||
chmod +x netclient
|
chmod +x netclient
|
||||||
./netclient install
|
./netclient install
|
||||||
netclient register -t $TOKEN
|
netclient register -t $TOKEN
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue