From 8be473cdc354c643df9d228d4cdb9cf2c03cd1d2 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Mon, 8 Jun 2026 20:03:04 +0530 Subject: [PATCH] Trust brew taps --- src/scripts/tools/brew.sh | 1 + 1 file changed, 1 insertion(+) 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.