From a3ac151e48a6092aae20b454622f94788db2a730 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 18 Mar 2018 22:09:10 -0500 Subject: [PATCH] Update upscripts-install.sh --- upscripts-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/upscripts-install.sh b/upscripts-install.sh index 8f9111f..9aa236f 100644 --- a/upscripts-install.sh +++ b/upscripts-install.sh @@ -3,13 +3,11 @@ if [ "$EUID" -ne 0 ]; then sudo set -eu - sudo mkdir /opt/LinUPx sudo git clone http://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx sudo ln -s /opt/LinUPx/run.sh /usr/local/bin/runup sudo rm -f /opt/LinUPx/upscripts-install.sh else set -eu - mkdir /opt/uLinUPx git clone http://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx ln -s /opt/LinUPx/run.sh /usr/local/bin/runup rm -f /opt/LinUPx/upscripts-install.sh