Created
April 25, 2016 01:42
-
-
Save patricksuo/20ef3d2519745f2228eee5d4749da35f to your computer and use it in GitHub Desktop.
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
#!/usr/bin/env bash | |
# via http://osxdaily.com/2014/10/25/fix-wi-fi-problems-os-x-yosemite/ | |
launchctl unload -w /System/Library/LaunchDaemons/com.apple.wifid.plist | |
launchctl load -w /System/Library/LaunchDaemons/com.apple.wifid.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment