Skip to content

Commit

Permalink
🚮 Remove brew cask cleanup calls
Browse files Browse the repository at this point in the history
`brew cleanup` and `brew cask cleanup` have been merged and
`brew cask cleanup` deprecated.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Ref: Homebrew/brew#4660
  • Loading branch information
alrra committed Mar 14, 2019
1 parent e2ef8c5 commit 72f0726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions src/os/install/macos/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ brew_cleanup() {
"brew cleanup" \
"Homebrew (cleanup)"

execute \
"brew cask cleanup" \
"Homebrew (cask cleanup)"

}

brew_install() {
Expand Down
3 changes: 1 addition & 2 deletions src/shell/aliases/macos/bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ alias brewr="brew uninstall"
alias brews="brew search"
alias brewu="brew update \
&& brew upgrade \
&& brew cleanup \
&& brew cask cleanup"
&& brew cleanup"

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down

0 comments on commit 72f0726

Please sign in to comment.