diff --git a/src/scripts/tools/brew.sh b/src/scripts/tools/brew.sh index 089e897d..6644ab9e 100644 --- a/src/scripts/tools/brew.sh +++ b/src/scripts/tools/brew.sh @@ -22,6 +22,7 @@ add_brew_tap() { fi fi fi + brew trust "$tap" >/dev/null 2>&1 } # Function to get brew prefix.