Sfoglia il codice sorgente

update script version

abhishek9686 1 mese fa
parent
commit
f4f4a02a8d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      scripts/nm-quick.sh

+ 2 - 2
scripts/nm-quick.sh

@@ -4,9 +4,9 @@ CONFIG_FILE=netmaker.env
 # location of nm-quick.sh (usually `/root`)
 # location of nm-quick.sh (usually `/root`)
 SCRIPT_DIR=$(dirname "$(realpath "$0")")
 SCRIPT_DIR=$(dirname "$(realpath "$0")")
 CONFIG_PATH="$SCRIPT_DIR/$CONFIG_FILE"
 CONFIG_PATH="$SCRIPT_DIR/$CONFIG_FILE"
-NM_QUICK_VERSION="0.1.1"
+NM_QUICK_VERSION="1.0.0"
 #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:],\")
-LATEST=v1.1.0
+LATEST=v1.2.0
 BRANCH=master
 BRANCH=master
 if [ $(id -u) -ne 0 ]; then
 if [ $(id -u) -ne 0 ]; then
 	echo "This script must be run as root"
 	echo "This script must be run as root"