Added fix for ealy 2013 macbook pro's using an older chipset, BCM4331

This commit is contained in:
Michael Larsen
2025-09-18 13:01:26 +02:00
parent 83ab85799b
commit 19d1ee2b00

View File

@@ -0,0 +1,5 @@
# Install wifi drivers for 2013-2015 MacBooks using the BCM4360 chip
if lspci -nnv | grep -A2 "14e4:43a0" | grep -q "106b:"; then
echo "Apple BCM4360 detected"
sudo pacman -S --noconfirm --needed broadcom-wl dkms linux-headers
fi