guarinogabriel / Mac-CLI

 macOS command line tool for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your Mac.
MIT License
8.86k stars 334 forks source link

Removing `brew cask cleanup` step in `mac update` #155

Closed winfried-van-loon closed 5 years ago

winfried-van-loon commented 6 years ago

Brew is giving out the following warning when running mac update:

Warning: Calling `brew cask cleanup` is deprecated and will be disabled on 2018-09-30! Use `brew cleanup` instead.

This change solves the warning.

guarinogabriel commented 5 years ago

Thanks for your contribution!