Updated for KVM

This commit is contained in:
2024-12-03 13:22:23 +00:00
parent 4cc0ea5b24
commit 562e347859

View File

@@ -23,7 +23,7 @@ else
OS_VERSION=$(hostnamectl | awk '/Operating System/ {print $5}')
fi
if [ "${VM}" == "vmware" ]; then
if [ "${VM}" == "vmware" ] || [ "${VM}" == "kvm" ] ; then
VM="true"
else
VM="false"