Merge pull request #1078 from nikitenich/master
Improve Hackintosh detection
This commit is contained in:
commit
382a1d2651
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1039,7 +1039,7 @@ get_model() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Mac OS X")
|
"Mac OS X")
|
||||||
if [[ "$(kextstat | grep -F "FakeSMC")" != "" ]]; then
|
if [[ "$(kextstat | grep -E "FakeSMC|VirtualSMC")" != "" ]]; then
|
||||||
model="Hackintosh (SMBIOS: $(sysctl -n hw.model))"
|
model="Hackintosh (SMBIOS: $(sysctl -n hw.model))"
|
||||||
else
|
else
|
||||||
model="$(sysctl -n hw.model)"
|
model="$(sysctl -n hw.model)"
|
||||||
|
|
Loading…
Reference in a new issue