From 31191b1c45196bf76fcb36f309dc7de50d553b66 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 3 Jul 2018 01:14:05 -0500 Subject: [PATCH] Update linupx-install.sh --- linupx-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/linupx-install.sh b/linupx-install.sh index 2d6f2c4..3241d2e 100644 --- a/linupx-install.sh +++ b/linupx-install.sh @@ -3,13 +3,13 @@ if [ "$EUID" -ne 0 ]; then sudo set -eu - # 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 -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 ln -s /opt/LinUPx/run.sh /usr/local/bin/runup else set -eu - # 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 -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 ln -s /opt/LinUPx/run.sh /usr/local/bin/runup fi echo ""