mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
🔨 Add brew_build_interactive script
This commit is contained in:
parent
d932b8c294
commit
a8868300f5
1 changed files with 11 additions and 0 deletions
11
script/brew_build_interactive
Executable file
11
script/brew_build_interactive
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash -e
|
||||
#
|
||||
# script/brew_build_interactive
|
||||
# mas
|
||||
#
|
||||
# https://docs.brew.sh/Formula-Cookbook#check-the-build-system
|
||||
#
|
||||
|
||||
HOMEBREW_NO_INSTALL_FROM_API=1 \
|
||||
brew reinstall \
|
||||
--interactive mas
|
Loading…
Reference in a new issue