Skip to content

Instantly share code, notes, and snippets.

@LightGuard
Created January 29, 2012 00:32
Show Gist options
  • Save LightGuard/1696429 to your computer and use it in GitHub Desktop.
Save LightGuard/1696429 to your computer and use it in GitHub Desktop.
reinstall Silverlight on the Mac
#!/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