mirror of
https://github.com/bin456789/reinstall.git
synced 2025-06-07 21:09:56 +00:00
windows: 修复错误地排除了 win11 intel nic 驱动
This commit is contained in:
parent
fde78de2f7
commit
6b35479515
4
trans.sh
4
trans.sh
@ -5600,8 +5600,8 @@ install_windows() {
|
|||||||
26100 WS2025
|
26100 WS2025
|
||||||
EOF
|
EOF
|
||||||
case "$windows_type" in
|
case "$windows_type" in
|
||||||
client) grep -E 'NDIS|^WS' ;;
|
client) grep -E ' (NDIS|W)[0-9]' ;;
|
||||||
server) grep -E 'NDIS|WS' ;;
|
server) grep -E ' (NDIS|WS)[0-9]' ;;
|
||||||
esac)
|
esac)
|
||||||
|
|
||||||
for ethx in $(get_eths); do
|
for ethx in $(get_eths); do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user