Skip to content

Commit 494cc7f

Browse files
committed
Merge branch 'master' of https://github.com/gravitl/netmaker into develop
2 parents 0b03b2c + cd639ae commit 494cc7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/nm-quick.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ CONFIG_FILE=netmaker.env
55
SCRIPT_DIR=$(dirname "$(realpath "$0")")
66
CONFIG_PATH="$SCRIPT_DIR/$CONFIG_FILE"
77
NM_QUICK_VERSION="0.1.1"
8-
LATEST=$(curl -s https://api.github.com/repos/gravitl/netmaker/releases/latest | grep "tag_name" | cut -d : -f 2,3 | tr -d [:space:],\")
8+
#LATEST=$(curl -s https://api.github.com/repos/gravitl/netmaker/releases/latest | grep "tag_name" | cut -d : -f 2,3 | tr -d [:space:],\")
9+
LATEST=v0.90.0
910
BRANCH=master
1011
if [ $(id -u) -ne 0 ]; then
1112
echo "This script must be run as root"

0 commit comments

Comments
 (0)