parent
7f18d0e042
commit
2a01c50aa6
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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
|
||||
|
|
Loading…
Reference in a new issue