From 00009cf979ce37ac970aae0c78be09028b2cb403 Mon Sep 17 00:00:00 2001 From: maz-1 Date: Fri, 16 Nov 2018 18:31:54 +0800 Subject: [PATCH] Update Deploy.sh --- Deploy.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Deploy.sh b/Deploy.sh index 3d1c126..94abbb8 100644 --- a/Deploy.sh +++ b/Deploy.sh @@ -2136,10 +2136,11 @@ function main() # # Install audio. # - #if [[ ${gDisableRebuildnAudioInst} == ${kBASHReturnFailure} ]]; then + if [[ ${gDisableRebuildnAudioInst} == ${kBASHReturnFailure} ]]; then # _PRINT_MSG "--->: ${BLUE}Installing audio...${OFF}" # _tidy_exec "install_audio" "Install audio" - #fi + _tidy_exec "sudo cp -RX "${REPO}/Kexts/audio/CodecCommander.kext" "${gExtensions_Repo[0]}"" "Fix headphone static issue" + fi # # Fix HiDPI boot graphics issue