diff --git a/install/config/hardware/fix-bcm43xx.sh b/install/config/hardware/fix-bcm43xx.sh index f6e0f18b..a788d6f9 100644 --- a/install/config/hardware/fix-bcm43xx.sh +++ b/install/config/hardware/fix-bcm43xx.sh @@ -2,7 +2,7 @@ # - BCM4360 (2013–2015 MacBooks) # - BCM4331 (2012, early 2013 MacBooks) -pci_info=$(lspci -nnv) +pci_info=$(lspci -nn) if (echo "$pci_info" | grep -q "14e4:43a0" || echo "$pci_info" | grep -q "14e4:4331"); then echo "BCM4360 / BCM4331 detected"