From af80a8852e8fadccf4ba30547227d7064c64fcf0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 25 Mar 2018 20:23:35 -0500 Subject: [PATCH] Delete upscripts-install.sh --- upscripts-install.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100755 upscripts-install.sh diff --git a/upscripts-install.sh b/upscripts-install.sh deleted file mode 100755 index 127cdf3..0000000 --- a/upscripts-install.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -# Wrapper script for install, for easier execution via URL. - -if [ "$EUID" -ne 0 ]; then - sudo set -eu - sudo git clone https://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 - git clone https://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 -fi -echo "" -echo "To run, simply type: runup" -echo "" -echo "" -