Update linupx-install.sh

This commit is contained in:
2018-07-03 01:14:05 -05:00
parent 64b597bcac
commit 31191b1c45

View File

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