Update upscripts-install.sh

This commit is contained in:
2018-03-18 22:09:10 -05:00
parent 89106b770a
commit a3ac151e48

View File

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