mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
11 lines
197 B
Bash
Executable file
11 lines
197 B
Bash
Executable file
#!/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
|