diff --git a/install-linupx.sh b/install-linupx.sh index fb2ee7d..eeda40a 100755 --- a/install-linupx.sh +++ b/install-linupx.sh @@ -21,8 +21,8 @@ do_with_root set -eu do_with_root git clone https://git.schroedercity.com/voltron/LinUPx.git /opt/idssys/linupx if [ -d /usr/local/bin/ ]; then do_with_root ln -s /opt/idssys/linupx/run.sh /usr/local/bin/runup -elif [ -d /usr/bin/ ]; then - do_with_root ln -s /opt/idssys/linupx/run.sh /usr/bin/runup +elif [ -d /bin/ ]; then + do_with_root ln -s /opt/idssys/linupx/run.sh /bin/runup fi if [ ! -d "/opt/idssys/defaults" ]; then