From a9cd00f7da27fd4734bc3d1c05eaddc8d4cb67f2 Mon Sep 17 00:00:00 2001 From: bin456789 Date: Fri, 10 Nov 2023 21:18:04 +0800 Subject: [PATCH] =?UTF-8?q?core:=20=E4=BF=AE=E6=AD=A3=E8=99=9A=E6=8B=9F?= =?UTF-8?q?=E6=9C=BA=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall.sh b/reinstall.sh index 08bf578..69a2784 100644 --- a/reinstall.sh +++ b/reinstall.sh @@ -258,7 +258,7 @@ is_virt() { done if [ -z "$_is_virt" ]; then if wmic /namespace:'\\root\cimv2' PATH Win32_Fan 2>/dev/null | head -1 | grep -q Name; then - _is_virt=true + _is_virt=false fi fi else