Rewrite ALCPlugFix in Swift.

This commit is contained in:
Echo Hou
2020-03-07 13:03:18 +08:00
parent 63da3d330a
commit 678e500d6d
4 changed files with 16 additions and 17 deletions
+3 -3
View File
@@ -11,9 +11,9 @@ fi
sudo rm /usr/bin/ALCPlugFix
sudo rm /usr/bin/hda-verb
sudo launchctl unload -w /Library/LaunchDaemons/good.win.ALCPlugFix.plist
sudo launchctl remove good.win.ALCPlugFix
sudo rm /Library/LaunchDaemons/good.win.ALCPlugFix.plist
sudo launchctl unload -w /Library/LaunchDaemons/com.echo.ALCPlugFix.plist
sudo launchctl remove com.echo.ALCPlugFix
sudo rm /Library/LaunchDaemons/com.echo.ALCPlugFix.plist
echo "Done!"
exit 0