1
0
mirror of https://github.com/bin456789/reinstall.git synced 2025-09-18 14:16:03 +00:00

windows: 固定 aws nvme win8.x 最终版本

This commit is contained in:
bin456789
2024-10-29 23:05:42 +08:00
parent 409b7695db
commit c6898e9d35

@@ -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
)