From 05fe84980a6589ae969af10a7909ea0804d54163 Mon Sep 17 00:00:00 2001 From: abhishek9686 Date: Thu, 26 Jun 2025 12:48:10 +0530 Subject: [PATCH] update version tag on install script --- 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 cc3562a4..06159778 100755 --- a/scripts/nm-quick.sh +++ b/scripts/nm-quick.sh @@ -6,7 +6,7 @@ SCRIPT_DIR=$(dirname "$(realpath "$0")") CONFIG_PATH="$SCRIPT_DIR/$CONFIG_FILE" NM_QUICK_VERSION="0.1.1" #LATEST=$(curl -s https://api.github.com/repos/gravitl/netmaker/releases/latest | grep "tag_name" | cut -d : -f 2,3 | tr -d [:space:],\") -LATEST=v0.99.0 +LATEST=v1.0.0 BRANCH=master if [ $(id -u) -ne 0 ]; then echo "This script must be run as root"