Created
May 23, 2019 23:30
-
-
Save brainsik/38324ab9b87a855d902bb2867ae13a6e to your computer and use it in GitHub Desktop.
How to install an older version of a Homebrew forumla
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 terraform | |
brew extract --version 0.11.14 terraform homebrew/cask | |
brew install terraform@0.11.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment