Skip to content

Commit

Permalink
Merge pull request #151 from kevincobain2000/kevincobain2000-patch-1
Browse files Browse the repository at this point in the history
Update git.io.sh - show progress bar
  • Loading branch information
kevincobain2000 authored Nov 2, 2023
2 parents 9680c45 + 48fb44e commit 8cbdd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
echo "Installing gobrew from: https://github.com/kevincobain2000/gobrew/releases/latest/download/$GOBREW_ARCH_BIN ..."
echo ""

curl -kLs https://github.com/kevincobain2000/gobrew/releases/latest/download/$GOBREW_ARCH_BIN -o $GOBREW_BIN_DIR/$GOBREW_BIN
curl -kL --progress-bar https://github.com/kevincobain2000/gobrew/releases/latest/download/$GOBREW_ARCH_BIN -o $GOBREW_BIN_DIR/$GOBREW_BIN

chmod +x $GOBREW_BIN_DIR/$GOBREW_BIN

Expand Down

0 comments on commit 8cbdd91

Please sign in to comment.