From a5b08680c5442f55ac473e82a619b3e5a9e11744 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 31 Mar 2026 13:25:52 -0700 Subject: [PATCH] Fix brew install issues --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eb61988..3baff84 100755 --- a/install.sh +++ b/install.sh @@ -229,7 +229,7 @@ install_main() { # macOS specific Homebrew bundle installation if [[ "$(uname)" == "Darwin" ]] && have_command brew && [[ -f "${BASEDIR}/Brewfile" ]]; then verbose "Checking Homebrew bundle..." - brew bundle install --file="${BASEDIR}/Brewfile" --no-lock + brew bundle install --file="${BASEDIR}/Brewfile" fi [[ "$INSTALL_KEYS" = 1 ]] && install_keys