From 2783f0ce5e9cc0f6379dcbef98fff1357b4a6550 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Sat, 8 Jul 2023 15:58:08 +0800 Subject: [PATCH] =?UTF-8?q?windows:=20=E4=BF=AE=E5=A4=8Daws=E4=B8=8Bwin200?= =?UTF-8?q?8r2=E5=AE=89=E8=A3=85=E4=BA=86=E4=B8=8D=E6=AD=A3=E7=A1=AE?= =?UTF-8?q?=E7=9A=84=E9=A9=B1=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trans.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trans.sh b/trans.sh index 2386b53..e5e75f5 100644 --- a/trans.sh +++ b/trans.sh @@ -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)' } # 变量名 使用场景