Skip to content

Commit

Permalink
setup: do not error when robotlocomotion/director is not tapped (Robo…
Browse files Browse the repository at this point in the history
…tLocomotion#14428)

* setup: do not error when robotlocomotion/director is not tapped
  • Loading branch information
jamiesnape authored Dec 8, 2020
1 parent 94fb456 commit c7f2469
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup/mac/binary_distribution/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected], [email protected], and
# [email protected] on or after 2021-02-01.
# TODO(jamiesnape): Remove lines tapping robotlocomotion/director and
# uninstalling [email protected], [email protected], and [email protected] on or after 2021-02-01.
/usr/local/bin/brew tap robotlocomotion/director
/usr/local/bin/brew uninstall --force $(cat <<EOF
robotlocomotion/director/[email protected]
robotlocomotion/director/[email protected]
Expand Down

0 comments on commit c7f2469

Please sign in to comment.