Skip to content

Instantly share code, notes, and snippets.

@alex8bitw
Created June 13, 2023 08:12
Show Gist options
  • Save alex8bitw/49f02a5369c3b0ba6c0be4aa59577a5f to your computer and use it in GitHub Desktop.
Save alex8bitw/49f02a5369c3b0ba6c0be4aa59577a5f to your computer and use it in GitHub Desktop.
Easy Brew formula downgrade
brew uninstall package -> will remove latest version of package
brew link package -> will link the older package
brew pin package -> sticks the pin back into this upgrade grenade 😂
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment