From 3bd0a479501e0160341cb45beef8777b193c5120 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 13:08:57 -0600 Subject: [PATCH] Update install-linupx.sh --- install-linupx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-linupx.sh b/install-linupx.sh index 9925768..1aa01d5 100755 --- a/install-linupx.sh +++ b/install-linupx.sh @@ -14,7 +14,7 @@ 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 https://git.schroedercity.com/voltron/LinUPx.git /opt/idssys/LinUPx +do_with_root git clone gogs@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