We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083d523 commit 8be473cCopy full SHA for 8be473c
1 file changed
src/scripts/tools/brew.sh
@@ -22,6 +22,7 @@ add_brew_tap() {
22
fi
23
24
25
+ brew trust "$tap" >/dev/null 2>&1
26
}
27
28
# Function to get brew prefix.
0 commit comments