mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
🔨 Remove install and enhance audit command
This commit is contained in:
parent
aa394e489e
commit
5b8fed8bee
1 changed files with 1 additions and 2 deletions
|
@ -96,9 +96,8 @@ OLD_FILENAME="mas--${MAS_VERSION}.${CURRENT_PLATFORM}.bottle.tar.gz"
|
||||||
# brew update
|
# brew update
|
||||||
|
|
||||||
# Audit formula
|
# Audit formula
|
||||||
brew install mas-cli/tap/mas
|
|
||||||
brew list mas-cli/tap/mas
|
brew list mas-cli/tap/mas
|
||||||
brew audit --strict mas-cli/tap/mas
|
brew audit --strict --verbose --formula --tap mas-cli/tap mas
|
||||||
brew style mas-cli/tap/mas
|
brew style mas-cli/tap/mas
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Reference in a new issue