From 6b35479515a0becfbb2511aae33165e63bdf0a37 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 12 Apr 2025 22:20:18 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E4=BF=AE=E5=A4=8D=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=9C=B0=E6=8E=92=E9=99=A4=E4=BA=86=20win11=20intel=20nic=20?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trans.sh b/trans.sh index f9a79f2..dac1462 100644 --- a/trans.sh +++ b/trans.sh @@ -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