From 50516dcf67c4042f4144583025bc249542fbc3f2 Mon Sep 17 00:00:00 2001 From: Alyx Ferrari Date: Tue, 21 Dec 2021 00:05:42 -0500 Subject: [PATCH] Add recognition for Hackintosh VMs --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 48b96d21..77e654ca 100755 --- a/neofetch +++ b/neofetch @@ -1257,7 +1257,7 @@ get_model() { ;; "Mac OS X"|"macOS") - if [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC") != "" ]]; then + if [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC" -e "Lilu") != "" ]]; then model="Hackintosh (SMBIOS: $(sysctl -n hw.model))" else model=$(sysctl -n hw.model)