Update install-linupx.sh

This commit is contained in:
2019-01-28 13:08:57 -06:00
parent 2eca1b060e
commit 3bd0a47950

View File

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