Skip to content

Commit

Permalink
Update postinstall script.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinroth committed Mar 13, 2024
1 parent ed766c7 commit 067eab8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Installer/scripts/postinstall
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
#!/bin/bash
#!/bin/zsh

sudo chown -R root:wheel /Library/Audio/Plug-Ins/HAL

if [[ $(sw_vers -productVersion) == "10.9" ]]
then
sudo sudo killall coreaudiod
else
sudo launchctl kickstart -k system/com.apple.audio.coreaudiod
fi
sudo killall -9 coreaudiod

0 comments on commit 067eab8

Please sign in to comment.