Update 'update.sh'

This commit is contained in:
2020-05-31 00:38:48 -04:00
parent 27ab8405db
commit 71af5fee4f

View File

@@ -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