From 71af5fee4f07d142133213c1c3e5857f0e7340f4 Mon Sep 17 00:00:00 2001 From: jgaunt Date: Sun, 31 May 2020 00:38:48 -0400 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index eb932cc..5a0ae6c 100644 --- a/update.sh +++ b/update.sh @@ -21,7 +21,7 @@ else OS_VER=$(hostnamectl | awk '/Operating System/ {print $5}') fi -if [ $(hostnamectl | awk '/Virtualization/ {print $2}') == 'vmware' ]; then +if [ $(hostnamectl | awk '/Virtualization/ {print $2}') != 'vmware' ]; then VM='false' fi