Delete upscripts-install.sh

This commit is contained in:
2018-03-25 20:23:35 -05:00
parent 71eb21877f
commit af80a8852e

View File

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