From efa3255c0ce385ad09a1a5f898491fe52ffb0562 Mon Sep 17 00:00:00 2001 From: Matej Sima Date: Mon, 27 May 2019 18:10:58 +0200 Subject: [PATCH] Fix leftover debug URL --- scripts/installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 29dd04742..eb56165ca 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -6,8 +6,7 @@ set -euET -o pipefail echo "Installing LIGO" # Install the ligo.sh from master -# wget https://gitlab.com/ligolang/ligo/blob/master/scripts/ligo.sh -wget localhost:8080/scripts/ligo.sh +wget https://gitlab.com/ligolang/ligo/blob/master/scripts/ligo.sh # Copy the exucutable to the appropriate directory sudo cp ligo.sh /usr/local/bin/ligo