Skip to content

Instantly share code, notes, and snippets.

@tony4d
Created June 20, 2013 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tony4d/5826186 to your computer and use it in GitHub Desktop.
Save tony4d/5826186 to your computer and use it in GitHub Desktop.
Install some ie vms on a mac
# first download and install virtual box
curl -O http://download.virtualbox.org/virtualbox/4.2.12/VirtualBox-4.2.12-84980-OSX.dmg
# Then install ie8, 9 & 10 vms
curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="8 9 10" bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment