From 690311064b776ae415aeaa5b2ddaf4a1207df680 Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Wed, 28 Feb 2024 10:07:45 +0900 Subject: [PATCH] Update git.io.sh --- git.io.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.io.sh b/git.io.sh index ea6b20a..77db872 100755 --- a/git.io.sh +++ b/git.io.sh @@ -65,7 +65,7 @@ fi echo "Installing gobrew from: $DOWNLOAD_URL" echo "" -curl -kL --progress-bar $DOWNLOAD_URL -o $GOBREW_BIN_DIR/$GOBREW_BIN +curl -L --progress-bar $DOWNLOAD_URL -o $GOBREW_BIN_DIR/$GOBREW_BIN chmod +x $GOBREW_BIN_DIR/$GOBREW_BIN