From ae1875f1e729ccf43da626f9bc5e7ca455a09029 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 9 Nov 2024 22:53:11 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E5=9B=BA=E5=AE=9A=20win8.x=20aws=20?= =?UTF-8?q?xen=20=E9=A9=B1=E5=8A=A8=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 --- README.en.md | 2 +- trans.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.en.md b/README.en.md index d4743b2..6a59640 100644 --- a/README.en.md +++ b/README.en.md @@ -14,7 +14,7 @@ One-Click Script to Reinstall System [中文](README.md) ## Highlights -- One-click Linux installation: allows install 17 common distributions. +- One-click Linux installation: Supports 17 common distributions. - One-click Windows installation: Uses the official ISO for installation instead of custom images. The script automatically retrieves the ISO link and installs `Virtio` and other drivers. - Supports installation in any direction, i.e., `Linux to Linux`, `Linux to Windows`, `Windows to Windows`, `Windows to Linux` - No need to input IP parameters; automatically recognizes dynamic and static IPs, supports `/32`, `/128`, `gateway outside subnet`, `IPv6 only`, `dual NIC` and other special network configurations diff --git a/trans.sh b/trans.sh index 190ff1a..435fe37 100644 --- a/trans.sh +++ b/trans.sh @@ -4374,6 +4374,7 @@ install_windows() { case "$nt_ver" in 6.1) echo 8.3.2 ;; # sha1 签名 # 6.1) echo 8.3.5 ;; # sha256 签名 + 6.2 | 6.3) echo 8.4.3 ;; *) echo Latest ;; esac )