mirror of
https://github.com/bin456789/reinstall.git
synced 2025-07-19 17:38:05 +00:00
windows: 固定 win8.x aws xen 驱动最终版本
This commit is contained in:
@@ -14,7 +14,7 @@ One-Click Script to Reinstall System [中文](README.md)
|
|||||||
|
|
||||||
## Highlights
|
## 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.
|
- 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`
|
- 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
|
- 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
|
||||||
|
1
trans.sh
1
trans.sh
@@ -4374,6 +4374,7 @@ install_windows() {
|
|||||||
case "$nt_ver" in
|
case "$nt_ver" in
|
||||||
6.1) echo 8.3.2 ;; # sha1 签名
|
6.1) echo 8.3.2 ;; # sha1 签名
|
||||||
# 6.1) echo 8.3.5 ;; # sha256 签名
|
# 6.1) echo 8.3.5 ;; # sha256 签名
|
||||||
|
6.2 | 6.3) echo 8.4.3 ;;
|
||||||
*) echo Latest ;;
|
*) echo Latest ;;
|
||||||
esac
|
esac
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user