Created
February 7, 2020 18:44
-
-
Save mattlong/51d18f101a782a4cfde4abd17d1ece80 to your computer and use it in GitHub Desktop.
Fix OSX sound
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/bash | |
sudo kextunload /System/Library/Extensions/AppleHDA.kext | |
sudo kextload /System/Library/Extensions/AppleHDA.kext |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment