Created
January 29, 2012 00:32
-
-
Save LightGuard/1696429 to your computer and use it in GitHub Desktop.
reinstall Silverlight on the Mac
This file contains 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
#!/bin/sh | |
killall Safari | |
killall Google\ Chrome | |
rm -rf /Library/Internet\ Plug-Ins/Silverlight.plugin | |
hdiutil attach /Users/tessieporter/Downloads/Silverlight-1.dmg | |
installer -pkg /Volumes/Silverlight/Silverlight.pkg/ -target "/" | |
hdiutil detach /Volumes/Silverlight |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment