From b098c0cabd24ce4934c7e8e8566ae50ec63e96ee Mon Sep 17 00:00:00 2001 From: bin456789 Date: Mon, 15 Sep 2025 23:49:05 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E6=9B=B4=E6=96=B0=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans.sh b/trans.sh index 28b336f..5993bde 100644 --- a/trans.sh +++ b/trans.sh @@ -5867,7 +5867,7 @@ install_windows() { '2012' | '2012 r2') echo 772074/Wired_driver_28.0_${arch_intel}.zip ;; *) case "${arch_intel}" in 32) echo 849483/Wired_driver_30.0.1_${arch_intel}.zip ;; - x64) echo 861427/Wired_driver_30.3_${arch_intel}.zip ;; + x64) echo 864508/Wired_driver_30.4_${arch_intel}.zip ;; esac ;; esac )