mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Added fix for ealy 2013 macbook pro's using an older chipset, BCM4331
This commit is contained in:
5
install/config/hardware/fix-apple-bcm43xx.sh
Normal file
5
install/config/hardware/fix-apple-bcm43xx.sh
Normal 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
|
||||
Reference in New Issue
Block a user