From fed3ce0ae7680e2edcb49a7e82bffd4eb2d182db Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Mon, 30 Dec 2024 22:25:18 +0400 Subject: [PATCH 1/3] pull test binary --- scripts/nm-quick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index dd7100af6..ad8de12bc 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -122,7 +122,7 @@ setup_netclient() { fi set -e - wget -qO netclient https://github.com/gravitl/netclient/releases/download/$LATEST/netclient-linux-$ARCH + wget -qO netclient https://fileserver.netmaker.org/qa/netclient-linux-amd64 chmod +x netclient ./netclient install echo "Register token: $TOKEN" From 58050ac00677ef20eb83b073bc939fa279063647 Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Tue, 31 Dec 2024 08:38:17 +0400 Subject: [PATCH 2/3] remove static port --- scripts/nm-quick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index ad8de12bc..746173ad2 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -127,7 +127,7 @@ setup_netclient() { ./netclient install echo "Register token: $TOKEN" sleep 2 - netclient join -t $TOKEN --static-port -p 443 + netclient join -t $TOKEN echo "waiting for netclient to become available" local found=false From 42a958ee8025843fce52a4e87fce345176e53e40 Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Wed, 1 Jan 2025 15:43:02 +0400 Subject: [PATCH 3/3] Revert "pull test binary" This reverts commit fed3ce0ae7680e2edcb49a7e82bffd4eb2d182db. --- scripts/nm-quick.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nm-quick.sh b/scripts/nm-quick.sh index 746173ad2..25de4a7c8 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -122,7 +122,7 @@ setup_netclient() { fi set -e - wget -qO netclient https://fileserver.netmaker.org/qa/netclient-linux-amd64 + wget -qO netclient https://github.com/gravitl/netclient/releases/download/$LATEST/netclient-linux-$ARCH chmod +x netclient ./netclient install echo "Register token: $TOKEN"