Skip to content

Commit

Permalink
Update Deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maz-1 authored Nov 16, 2018
1 parent 6b5b8ef commit 00009cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00009cf

Please sign in to comment.