From 3feee2488f6ad4cb079166000c8ce52f14213d0d Mon Sep 17 00:00:00 2001 From: bin456789 Date: Fri, 1 Aug 2025 21:43:00 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E6=9B=B4=E6=96=B0=20intel=20?= =?UTF-8?q?=E7=BD=91=E5=8D=A1=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 b276e05..5812a39 100644 --- a/trans.sh +++ b/trans.sh @@ -5854,7 +5854,7 @@ install_windows() { '2012' | '2012 r2') echo 785805/Wired_driver_28.2_${arch_intel}.zip ;; *) case "${arch_intel}" in 32) echo 849483/Wired_driver_30.0.1_${arch_intel}.zip ;; - x64) echo 860229/Wired_driver_30.2_${arch_intel}.zip ;; + x64) echo 861427/Wired_driver_30.3_${arch_intel}.zip ;; esac ;; esac )