Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jun 21, 2020
2 parents ef2e3de + 6420df1 commit 7f3d113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ for package in ${NEED[@]}; do
elif [ "$OS" = "arch" ]; then
cmd="sudo pacman $NONINTERACTIVEFLAGS -Sy virtualbox vagrant"
elif [ "$OS" = "mac" ]; then
cmd="brew tap caskroom/cask && brew cask install virtualbox vagrant"
cmd="brew update; brew tap caskroom/cask && brew cask install virtualbox vagrant"
else
cmd=""
fi
Expand Down

0 comments on commit 7f3d113

Please sign in to comment.