Skip to content

Commit 067eab8

Browse files
committed
Update postinstall script.
1 parent ed766c7 commit 067eab8

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Installer/scripts/postinstall

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
#!/bin/bash
1+
#!/bin/zsh
22

33
sudo chown -R root:wheel /Library/Audio/Plug-Ins/HAL
4-
5-
if [[ $(sw_vers -productVersion) == "10.9" ]]
6-
then
7-
sudo sudo killall coreaudiod
8-
else
9-
sudo launchctl kickstart -k system/com.apple.audio.coreaudiod
10-
fi
4+
sudo killall -9 coreaudiod

0 commit comments

Comments
 (0)