consul-getting-started
consul-getting-started copied to clipboard
Install script fails with macOS Big Sur
Error: caskroom/cask was moved. Tap homebrew/cask instead. ➜ ~ brew tap homebrew/cask
Old code:
brew tap caskroom/cask
Fixed code:
brew tap homebrew/cask
Error: Error: Cask 'consul' is unavailable: No Cask with this name exists.
Old code:
brew cask install vagrant consul
Fixed code:
brew install vagrant consul
Error: homebrew/completions was deprecated. This tap is now empty and all its contents were either deleted or migrated.
Remove code:
brew tap homebrew/completions
Thanks for pointing this out This will help others, and gives me an index of when yet another tools is refactored :)
If you submit a PR I can merge it and give you credit for the help, otherwise I'll modify the instructions in the repo and put in a mention. I appreciate the help.
Attach the PR to this or a new issue.