Skip to content

Homebrew won't pour bottles on Big Sur 11.1 Beta #165

Discussion options

You must be logged in to vote

So here's the workaround I've tried and it works.

Edit file:

/usr/local/Homebrew/Library/Homebrew/brew.sh

and change the following line:

HOMEBREW_MACOS_VERSION="$(/usr/bin/sw_vers -productVersion)"

into:

HOMEBREW_MACOS_VERSION="11.0" #"$(/usr/bin/sw_vers -productVersion)"

So that Homebrew thinks you are on Big Sur 11.0. You can revert the change when Big Sur 11.1 stable is released.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@we11adam
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by we11adam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants