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