Update tools/addon/homebrew.sh

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Morgan Prior
2026-02-26 13:59:56 +00:00
committed by GitHub
parent ce3127f2b3
commit da4e45695f

View File

@@ -100,7 +100,7 @@ fi
msg_ok "Configured Shell Integration"
msg_info "Verifying Installation"
su - "$BREW_USER" -c 'brew --version'
su - "$BREW_USER" -c 'brew --version' &>/dev/null
msg_ok "Homebrew Verified"
echo -e "Successfully Installed!! Homebrew is ready for user ${BL}${BREW_USER}${CL}"