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 18c41f1 + 20b1b6c commit 0932049Copy full SHA for 0932049
scripts/nm-quick.sh
@@ -6,7 +6,7 @@ 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:],\")
9
-LATEST=v1.0.0
+LATEST=v1.1.0
10
BRANCH=master
11
if [ $(id -u) -ne 0 ]; then
12
echo "This script must be run as root"
0 commit comments