Update install-nodemgmt.sh

This commit is contained in:
2019-01-27 14:33:21 -06:00
parent 986813803f
commit 0ca5473bb2

View File

@@ -14,7 +14,7 @@ echo -e "${CS[color,LightGreen]}NodeMgmt Installation Script${CS[color,Default]}
do_with_root $APTFUNC -y install wget curl git
do_with_root set -eu
do_with_root git clone --recurse-submodules gogs@git.schroedercity.com:voltron/iDS-Defaults.git /opt/NodeMgmt
do_with_root git clone --recurse-submodules gogs@git.schroedercity.com:voltron/NodeMgmt.git /opt/NodeMgmt
cd /opt/NodeMgmt
do_with_root git submodule foreach git pull origin master
do_with_root ln -s /opt/NodeMgmt/run.sh /usr/local/bin/nodemgmt