Created
April 10, 2012 15:25
-
-
Save stephenway/2352117 to your computer and use it in GitHub Desktop.
Install Internet Explorer on a Mac
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 & Install VirtualBox | |
| http://www.virtualbox.org/wiki/Downloads | |
| Decide which versions of Internet Explorer you want to download and install from Terminal | |
| Install ALL versions of Internet Explorer: IE7, IE 8, and IE 9 | |
| curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | bash | |
| Install Internet Explorer 7 Only | |
| curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="7" bash | |
| Install Internet Explorer 8 Only | |
| curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="8" bash | |
| Install Internet Explorer 9 Only | |
| curl -s https://raw.github.com/xdissent/ievms/master/ievms.sh | IEVMS_VERSIONS="9" bash | |
| Launch and Play |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment