windows: 修复错误地排除了 win11 intel nic 驱动

This commit is contained in:
bin456789 2025-04-12 22:20:18 +08:00
parent fde78de2f7
commit 6b35479515
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -5600,8 +5600,8 @@ install_windows() {
26100 WS2025
EOF
case "$windows_type" in
client) grep -E 'NDIS|^WS' ;;
server) grep -E 'NDIS|WS' ;;
client) grep -E ' (NDIS|W)[0-9]' ;;
server) grep -E ' (NDIS|WS)[0-9]' ;;
esac)
for ethx in $(get_eths); do