Skip to content

Instantly share code, notes, and snippets.

@gaomd
Last active August 29, 2015 14:16
Show Gist options
  • Save gaomd/243153bae273cb35d1e1 to your computer and use it in GitHub Desktop.
Save gaomd/243153bae273cb35d1e1 to your computer and use it in GitHub Desktop.
Download latest version of VirtualBox for OS X from command line.
curl -LO http://download.virtualbox.org/virtualbox/$(curl -L http://download.virtualbox.org/virtualbox/LATEST.TXT)/$(curl -L http://download.virtualbox.org/virtualbox/$(curl -L http://download.virtualbox.org/virtualbox/LATEST.TXT)/MD5SUMS | grep OSX | cut -c 35-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment