We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b03b2c + cd639ae commit 494cc7fCopy full SHA for 494cc7f
scripts/nm-quick.sh
@@ -5,7 +5,8 @@ CONFIG_FILE=netmaker.env
5
SCRIPT_DIR=$(dirname "$(realpath "$0")")
6
CONFIG_PATH="$SCRIPT_DIR/$CONFIG_FILE"
7
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:],\")
+#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
10
BRANCH=master
11
if [ $(id -u) -ne 0 ]; then
12
echo "This script must be run as root"
0 commit comments