From 986813803f83ee06f046d542f8f451a455547624 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Jan 2019 14:31:07 -0600 Subject: [PATCH] Update install-nodemgmt.sh --- install-nodemgmt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index d06cdc5..0e7068c 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -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