You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
While installing none of the packages should be deprecated.
Screenshots
→ brew bundle install --file=~/Brewfile
==> Tapping homebrew/bundle
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-bundle'...
remote: Enumerating objects: 8233, done.
remote: Counting objects: 100% (2316/2316), done.
remote: Compressing objects: 100% (482/482), done.
remote: Total 8233 (delta 1922), reused 2114 (delta 1823), pack-reused 5917
Receiving objects: 100% (8233/8233), 2.01 MiB | 9.21 MiB/s, done.
Resolving deltas: 100% (4797/4797), done.
Tapped 1 command (108 files, 2.4MB).
Using homebrew/bundle
Tapping homebrew/cask
Error: Tapping homebrew/cask is no longer typically necessary.
Add --force if you are sure you need it for contributing to Homebrew.
Tapping homebrew/cask has failed!
Tapping homebrew/core
Error: Tapping homebrew/core is no longer typically necessary.
Add --force if you are sure you need it for contributing to Homebrew.
Tapping homebrew/core has failed!
Tapping homebrew/cask-fonts
Error: homebrew/cask-fonts was deprecated. This tap is now empty and all its contents were either deleted or migrated.
Tapping homebrew/cask-fonts has failed!
...
... skip the installed content
...
Homebrew Bundle failed! 3 Brewfile dependencies failed to install.
Desktop (please complete the following information):
OS: macOS
Version: Sonoma
Additional context
It's not critical but it's nice that all packages are up to date
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed while installing packages from Brewfile (M1) that some packages are deprecated which throw errors and are skipped.
To Reproduce
Steps to reproduce the behavior:
curl https://raw.githubusercontent.com/egel/dotfiles/main/configuration/Brewfile -o ~/Brewfile
brew bundle install --file=~/Brewfile
Expected behavior
While installing none of the packages should be deprecated.
Screenshots
Desktop (please complete the following information):
Additional context
It's not critical but it's nice that all packages are up to date
The text was updated successfully, but these errors were encountered: