Skip to content

Commit

Permalink
gobrew.sh itself isn't version controller
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Sep 3, 2022
1 parent a65e504 commit fdca1da
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions git.io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@ case $THISOS in
;;
esac

if [ -z "$GOBREW_VERSION" ]
then
GOBREW_VERSION=master
echo "Using gobrew version latest\n"
else
echo "Using gobrew version $GOBREW_VERSION\n"
fi
echo "Installing gobrew...\n"

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

Expand Down

0 comments on commit fdca1da

Please sign in to comment.