From 554d575428ff11eb2c83c584fc7ef58846106dd0 Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Wed, 1 Jan 2025 15:44:14 +0400 Subject: [PATCH] Reapply "pull test binary" This reverts commit 42a958ee8025843fce52a4e87fce345176e53e40. --- 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 25de4a7c8..746173ad2 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"