From df144fa59b518286f31f6c1ee973fe6c912d50db Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Mon, 9 May 2022 15:38:34 -0500 Subject: [PATCH] Update Mon May 9 03:38:34 PM CDT 2022 --- pimpmykali.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index db98149..015f5cd 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.5.4" + revision="1.5.4a" # unicorn puke: red=$'\e[1;31m' @@ -1184,7 +1184,7 @@ check_vm() { echo -e "\n $greenplus detecting hypervisor type \n" vbox_check=$(virt-what | grep -i -c "virtualbox") # virtualbox check vmware_check=$(virt-what | grep -i -c "vmware") # vmware check - vmware check works on Mac VMWare Fusion - qemu_check=$(virt-what | grep -i -c "qemu") # m4ul3r Qemu/libvirt check + qemu_check=$(virt-what | grep -i -c "qemu\|kvm") # m4ul3r Qemu/libvirt check if [ $vbox_check = 1 ] then echo -e "\n $greenplus *** VIRTUALBOX DETECTED *** \n"