Skip to content

Commit

Permalink
Brcm4360_Injector should be blocked in Big Sur
Browse files Browse the repository at this point in the history
  • Loading branch information
goodbest authored Aug 24, 2020
1 parent 26f7b0a commit c97005f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Installer/scripts/install_kexts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ do
echo "PlistPath: $info"
$PLIST_BUDDY -c "Add :Kernel:Add:$i:PlistPath string $info" "$CONFIG"
base=`basename $kext`
# Brcm4360_Injector should be blocked in Big Sur
if [ $base == "AirPortBrcm4360_Injector.kext" ]; then
$PLIST_BUDDY -c "Add :Kernel:Add:$i:MaxKernel string 19.9.9" "$CONFIG"
fi
base="${base/.kext/}"
exe=`find "$line" -name "$base" -type f -maxdepth 3 | head -1`
exe="${exe/$line\//}"
Expand Down

0 comments on commit c97005f

Please sign in to comment.