From 2a01c50aa6c8fc0cebfac5d8b982811b53802800 Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Thu, 27 Jun 2024 01:07:08 +0800 Subject: [PATCH] [-] Remove lilu detection Closes #310 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 3e669a76..4f20a555 100755 --- a/neofetch +++ b/neofetch @@ -1584,7 +1584,7 @@ get_model() { ;; "Mac OS X"|"macOS"|"ravynOS") - if [ "$(arch)" != "arm64" ] && [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC" -e "Lilu") != "" ]]; then + if [ "$(arch)" != "arm64" ] && [[ $(kextstat | grep -F -e "FakeSMC" -e "VirtualSMC") != "" ]]; then model="Hackintosh (SMBIOS: $(sysctl -n hw.model))" else if [[ $osx_version == 10.[4-5]* ]]; then