diff --git a/install-timelord.sh b/install-timelord.sh index 05b6b2a7311b..1f5a1f4ba286 100755 --- a/install-timelord.sh +++ b/install-timelord.sh @@ -131,7 +131,7 @@ else symlink_vdf_bench "$PYTHON_VERSION" elif [ -e venv/bin/python ] && test "$MACOS"; then echo "Installing chiavdf dependencies for MacOS." - brew install --formula boost cmake gmp + brew install --formula --quiet boost cmake gmp echo "Installing chiavdf from source." # User needs to provide required packages echo venv/bin/python -m pip install --force --no-binary chiavdf "$CHIAVDF_VERSION"