Silenced Homebrew update

This commit is contained in:
PatTheMav 2018-10-24 18:57:44 +02:00
parent a1de1b11bc
commit 3d76f078cd
No known key found for this signature in database
GPG Key ID: F8BCC3052CE91D29

View File

@ -15,8 +15,8 @@ if [ "${HAS_BREW}" = "" ]; then
fi
# OBS Studio deps
echo "[obs-websocket] Updating Homebrew formulas.."
brew update
echo "[obs-websocket] Updating Homebrew.."
brew update >/dev/null
echo "[obs-websocket] Checking installed Homebrew formulas.."
BREW_PACKAGES=$(brew list)
BREW_DEPENDENCIES="ffmpeg libav cmake"