consul-getting-started icon indicating copy to clipboard operation
consul-getting-started copied to clipboard

Install script fails with macOS Big Sur

Open MichaelHeaton opened this issue 4 years ago • 3 comments

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

MichaelHeaton avatar Nov 19 '20 00:11 MichaelHeaton

Thanks for pointing this out This will help others, and gives me an index of when yet another tools is refactored :)

g0t4 avatar Dec 28 '20 04:12 g0t4

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.

g0t4 avatar Dec 28 '20 04:12 g0t4

Attach the PR to this or a new issue.

g0t4 avatar Dec 28 '20 04:12 g0t4