mirror of
https://github.com/hykilpikonna/hyfetch.git
synced 2026-03-21 17:24:51 -05:00
parent
7f18d0e042
commit
2a01c50aa6
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 New Issue
Block a user