Skip to content

Instantly share code, notes, and snippets.

View wojciechowskimar's full-sized avatar

Marcin Wojciechowski wojciechowskimar

View GitHub Profile
@wojciechowskimar
wojciechowskimar / homebrew_install_virtualbox.sh
Created January 2, 2019 11:38
The following Homebrew commands can be used to install VirtualBox on macOS. Oracle Virtual Box is an application and hence brew cask commands are used.
#!/bin/bash
brew update # Fetch latest version of homebrew and formula.
brew tap caskroom/cask # Tap the Caskroom/Cask repository from Github using HTTPS.
brew search virtualbox # Searches all known Casks for a partial or exact match.
brew cask info virtualbox # Displays information about the given Cask
brew cask install virtualbox # Install the given cask.