From b1bc1c74a5fc0ed583f9d1812db18105a0efd118 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Jan 2019 01:15:27 -0600 Subject: [PATCH] update --- install-linupx.sh | 4 ++-- install-mysqlbu.sh | 4 ++-- install-nodemgmt.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/install-linupx.sh b/install-linupx.sh index 08be23f..9418f1d 100755 --- a/install-linupx.sh +++ b/install-linupx.sh @@ -14,12 +14,12 @@ echo -e "${idsCL[LightGreen]}LinUPx Installation Script${idsCL[Default]}" do_with_root $APTFUNC -y install wget curl git do_with_root set -eu -do_with_root git clone git@git.schroedercity.com:voltron/LinUPx.git /opt/idssys/LinUPx +do_with_root git clone https://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 git@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults + do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi if [ ! -d "/opt/idssys/settings" ]; then diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index e5c8b05..90a68a2 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -20,7 +20,7 @@ do_with_root set -eu if [ ! -d "/opt/idssys/settings" ]; then do_with_root mkdir /opt/idssys/settings fi -do_with_root git clon https://git.schroedercity.com/voltron/MySQL-BU.git /opt/idssys/mysqlbu +do_with_root git clone https://git.schroedercity.com/voltron/MySQL-BU.git /opt/idssys/mysqlbu do_with_root ln -s /opt/idssys/mysqlbu/run.sh /usr/local/bin/mysqlbu echo -e "BACKUP_PATH='/var/lib/mysql-backups/' MYSQLUSER='' @@ -31,7 +31,7 @@ BACKUPSTOKEEP=3 if [ ! -d "/opt/idssys/defaults" ]; then do_with_root set -eu - do_with_root git clone https://git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults + do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi diff --git a/install-nodemgmt.sh b/install-nodemgmt.sh index 04fd1a6..60f4832 100755 --- a/install-nodemgmt.sh +++ b/install-nodemgmt.sh @@ -14,12 +14,12 @@ echo -e "${idsCL[LightGreen]}NodeMgmt Installation Script${idsCL[Default]}" do_with_root $APTFUNC -y install wget curl git do_with_root set -eu -do_with_root git clone git@git.schroedercity.com:voltron/NodeMgmt.git /opt/idssys/nodemgmt +do_with_root git clone https://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 git@git.schroedercity.com:voltron/iDS-Defaults.git /opt/idssys/defaults + do_with_root git clone https://git.schroedercity.com/voltron/iDS-Defaults.git /opt/idssys/defaults fi if [ ! -d "/opt/idssys/settings" ]; then