Bottles of mas for older versions of macOS.
Run the following command to install mas
from this custom tap:
brew install mas-cli/tap/mas
Or, in a brew bundle
Brewfile
:
tap "mas-cli/tap"
brew "mas"
If you want to remove this formula & custom tap (possibly before switching to the mas
formula from homebrew-core
):
$ brew uninstall mas-cli/tap/mas
$ brew untap mas-cli/tap
This repo is licensed under the MIT License. See the LICENSE file for rights and limitations.