Quiet this during install

This commit is contained in:
David Heinemeier Hansson
2026-04-30 20:09:01 +02:00
parent 24b32da1a1
commit 6ab4196985
+1 -1
View File
@@ -2,7 +2,7 @@
# - BCM4360 (20132015 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"