This commit is contained in:
2019-01-30 01:15:27 -06:00
parent 7ddea325a5
commit b1bc1c74a5
3 changed files with 6 additions and 6 deletions

View File

@@ -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