Update install-linupx.sh

This commit is contained in:
2019-01-30 10:49:06 -06:00
parent f6c63c869e
commit 3c9d73b8d5

View File

@@ -14,8 +14,8 @@ 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 https://git.schroedercity.com/voltron/LinUPx.git /opt/idssys/LinUPx
do_with_root ln -s /opt/idssys/LinUPx/run.sh /usr/local/bin/runup
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