From a152267039e1ad698f4e687d73673353b0dd9cac Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 09:36:04 -0600 Subject: [PATCH] update --- install-linupx.sh | 4 ++-- install-nodemgmt.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/install-linupx.sh b/install-linupx.sh index 1aa01d5..8891d34 100755 --- a/install-linupx.sh +++ b/install-linupx.sh @@ -14,12 +14,12 @@ echo -e "${CS[color,LightGreen]}LinUPx Installation Script${CS[color,Default]}" do_with_root $APTFUNC -y install wget curl git do_with_root set -eu -do_with_root git clone gogs@git.schroedercity.com:voltron/LinUPx.git /opt/idssys/LinUPx +do_with_root git clone git@git.schroedercity.com:voltron/LinUPx.git /opt/idssys/LinUPx do_with_root ln -s /opt/idssys/LinUPx/run.sh /usr/local/bin/runup if [ ! -d "/opt/idssys/defaults" ]; then do_with_root set -eu - do_with_root git clone gogs@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults + do_with_root git clone git@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults fi echo -e "useAutoremove=1 diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index fb9e5bc..7610616 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -14,12 +14,12 @@ 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 gogs@git.schroedercity.com:voltron/NodeMgmt.git /opt/idssys/nodemgmt +do_with_root git clone git@git.schroedercity.com:voltron/NodeMgmt.git /opt/idssys/nodemgmt do_with_root ln -s /opt/idssys/nodemgmt/run.sh /usr/local/bin/nodemgmt if [ ! -d "/opt/idssys/defaults" ]; then do_with_root set -eu - do_with_root git clone gogs@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults + do_with_root git clone git@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults fi echo -e "node_hostname=$(hostname)" > /opt/idssys/nodemgmt/settings.conf