Skip to content

Instantly share code, notes, and snippets.

@brainsik
Created May 23, 2019 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brainsik/38324ab9b87a855d902bb2867ae13a6e to your computer and use it in GitHub Desktop.
Save brainsik/38324ab9b87a855d902bb2867ae13a6e to your computer and use it in GitHub Desktop.
How to install an older version of a Homebrew forumla
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