windows: 修复aws下win2008r2安装了不正确的驱动

This commit is contained in:
bin456789 2023-07-08 15:58:08 +08:00
parent fef3dd1700
commit 2783f0ce5e
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -339,7 +339,7 @@ if [ "$distro" = "windows" ]; then
fi
is_win7_or_win2008r2() {
echo $image_name | grep -iEw '^Windows (7|2008 R2)'
echo $image_name | grep -iEw '^Windows (7|Server 2008 R2)'
}
# 变量名 使用场景