mirror of
https://github.com/Homebrew/brew.git
synced 2026-08-12 22:29:27 +04:00
Disable ask mode in Codespaces prebuild
Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
@@ -13,6 +13,9 @@ then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# disable interactive ask mode so non-interactive prebuilds don't hang
|
||||||
|
export HOMEBREW_NO_ASK=1
|
||||||
|
|
||||||
# install Homebrew's development gems
|
# install Homebrew's development gems
|
||||||
brew install-bundler-gems --groups=all
|
brew install-bundler-gems --groups=all
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user