Update linupx-install.sh

This commit is contained in:
2018-04-09 00:25:02 -05:00
parent 9885cdf559
commit 6c933e49b3

View File

@@ -3,11 +3,11 @@
if [ "$EUID" -ne 0 ]; then
sudo set -eu
sudo git clone https://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
sudo git -c http.sslVerify=false clone https://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
sudo ln -s /opt/LinUPx/run.sh /usr/local/bin/runup
else
set -eu
git clone https://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
git -c http.sslVerify=false clone https://git.schroedercity.com/voltron/LinUPx.git /opt/LinUPx
ln -s /opt/LinUPx/run.sh /usr/local/bin/runup
fi
echo ""