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