Created
September 22, 2016 15:56
-
-
Save pzaich/1e3900afa4df921a36e08399a97c820b to your computer and use it in GitHub Desktop.
Downloading IE9 VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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