Update install-nodemgmt.sh

This commit is contained in:
2019-01-27 14:31:07 -06:00
parent d31923162c
commit 986813803f

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 https://git.schroedercity.com/voltron/NodeMgmt.git /opt/NodeMgmt
do_with_root git clone --recurse-submodules gogs@git.schroedercity.com:voltron/iDS-Defaults.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