Update install-linupx.sh

This commit is contained in:
2025-12-21 15:57:14 -06:00
parent 8293f5c277
commit 48543af2ab

View File

@@ -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