From c6898e9d35fb394fd9a667cf0dc979a51c5f4aa9 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Tue, 29 Oct 2024 23:05:42 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E5=9B=BA=E5=AE=9A=20aws=20nvme=20wi?= =?UTF-8?q?n8.x=20=E6=9C=80=E7=BB=88=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/trans.sh b/trans.sh index 09d85e6..5a9caf9 100644 --- a/trans.sh +++ b/trans.sh @@ -4271,6 +4271,7 @@ install_windows() { nvme_ver=$( case "$nt_ver" in 6.1) echo 1.3.2 ;; # sha1 签名 + 6.2 | 6.3) echo 1.5.1 ;; *) echo Latest ;; esac )