From 770000ea9d807dcf8e9c61785041337aba02787b Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sun, 4 May 2025 19:28:37 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E4=BF=AE=E6=AD=A3=E9=83=A8=E5=88=86?= =?UTF-8?q?=20win7=20=E9=A9=B1=E5=8A=A8=E4=B8=8B=E8=BD=BD=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/trans.sh b/trans.sh index 5fe6f20..8cac83a 100644 --- a/trans.sh +++ b/trans.sh @@ -5770,8 +5770,8 @@ install_windows() { case "$product_ver" in '7' | '2008 r2') $support_sha256 && # 25.0 比 24.5 只更新了 ProSet 软件,驱动相同 - echo echo 18713/eng/prowin${arch_intel}legacy.exe || # 25.0 有部分文件是 sha256 签名 - echo 29323/eng/prowin${arch_intel}legacy.exe ;; # 24.3 sha1 签名 + echo 18713/eng/prowin${arch_intel}legacy.exe || # 25.0 有部分文件是 sha256 签名 + echo 29323/eng/prowin${arch_intel}legacy.exe ;; # 24.3 sha1 签名 '8') echo 21642/eng/prowin${arch_intel}.exe ;; '8.1') echo 764813/Wired_driver_27.8_${arch_intel}.zip ;; '2012' | '2012 r2') echo 785805/Wired_driver_28.2_${arch_intel}.zip ;; @@ -5923,7 +5923,7 @@ EOF aws_pv_ver=$( case "$nt_ver" in - 6.1) $support_sha256 && echo 8.3.5 || echo echo 8.3.2 ;; + 6.1) $support_sha256 && echo 8.3.5 || echo 8.3.2 ;; 6.2 | 6.3) echo 8.4.3 ;; *) echo Latest ;; esac