Update install-linupx.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user