mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 06:04:20 +08:00
update version tag on install script
This commit is contained in:
parent
96e2c29783
commit
05fe84980a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ 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="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=$(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
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue