Skip to content

Commit

Permalink
Added command for reinstalling virtual box
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hartl committed May 15, 2019
1 parent 583965c commit 777b037
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bootstrap_impl/brew.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ def anon(enable=False):
Executes brew analytics off
"""
tools.run("brew", "analytics", "on" if enable else "off")

@action
def vbox():
"""
Reinstalls virtual box (for upgrading it)
"""
tools.run("brew", "cask", "reinstall", "virtualbox")

0 comments on commit 777b037

Please sign in to comment.