Skip to content

Instantly share code, notes, and snippets.

@pzaich
Created September 22, 2016 15:56
Show Gist options
  • Save pzaich/1e3900afa4df921a36e08399a97c820b to your computer and use it in GitHub Desktop.
Save pzaich/1e3900afa4df921a36e08399a97c820b to your computer and use it in GitHub Desktop.
Downloading IE9 VM
Download Virtual Box & Install http://download.virtualbox.org/virtualbox/5.1.6/VirtualBox-5.1.6-110634-OSX.dmg
curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="9" bash
This failed for me w/ message:
MD5 check failed for unar1.5.zip (wanted fbf544d1332c481d7d0f4e3433fbe53b, got ae4362c240eb7909fcda1ce2f26cfb36)
Instead: brew install unar
Try again: curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | env IEVMS_VERSIONS="9" bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment