From 3c9d73b8d5eb0e45a035d0676ab52a22d5fbe7b6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Jan 2019 10:49:06 -0600 Subject: [PATCH] Update install-linupx.sh --- install-linupx.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-linupx.sh b/install-linupx.sh index 9418f1d..03d3f35 100755 --- a/install-linupx.sh +++ b/install-linupx.sh @@ -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