From 48543af2ab9e1cd3db18f624632b4f464809bf06 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 21 Dec 2025 15:57:14 -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 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