diff --git a/setup/mac/binary_distribution/install_prereqs.sh b/setup/mac/binary_distribution/install_prereqs.sh index 4281a3edf92e..bf60ce14989f 100755 --- a/setup/mac/binary_distribution/install_prereqs.sh +++ b/setup/mac/binary_distribution/install_prereqs.sh @@ -18,8 +18,9 @@ if ! command -v /usr/local/bin/brew &>/dev/null; then /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" fi -# TODO(jamiesnape): Remove lines uninstalling vtk@8.2, ospray@1.8, and -# embree@3.5 on or after 2021-02-01. +# TODO(jamiesnape): Remove lines tapping robotlocomotion/director and +# uninstalling vtk@8.2, ospray@1.8, and embree@3.5 on or after 2021-02-01. +/usr/local/bin/brew tap robotlocomotion/director /usr/local/bin/brew uninstall --force $(cat <