Another way to detect wifi cards.

This commit is contained in:
2026-08-04 05:09:40 -04:00
parent 856364e7cf
commit 93d8296e49
+1 -1
View File
@@ -24,7 +24,7 @@ if( ${#battery_locations} > 0 ) then
end
endif
set wireless_cards=( `lspci | grep Wireless` )
set wireless_cards=( `lspci | grep '\(WiFi\|Wireless\)'` )
if( $#wireless_cards > 0 ) then
setenv CSHENV_ENABLE_PROMPT_WIFI
endif