diff --git a/native/pkg/postinstall.sh b/native/pkg/postinstall.sh index d8c7ac1..1727a00 100644 --- a/native/pkg/postinstall.sh +++ b/native/pkg/postinstall.sh @@ -13,15 +13,14 @@ if [ "$CURRENT_DRIVER_VERSION" != "$NEEDED_DRIVER_VERSION" ]; then # Copy driver into Plug-Ins folder cp -f -r "$DIR/eqMac.driver" /Library/Audio/Plug-Ins/HAL/ &>/dev/null - msg="It is recommended you restart your Mac for the eqMac Audio Driver to function properly." if osascript <