Created
June 13, 2023 08:12
-
-
Save alex8bitw/49f02a5369c3b0ba6c0be4aa59577a5f to your computer and use it in GitHub Desktop.
Easy Brew formula downgrade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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