Merge pull request #1078 from nikitenich/master

Improve Hackintosh detection
This commit is contained in:
M. Herdiansyah
2018-09-02 23:43:17 +07:00
committed by GitHub

View File

@@ -1039,7 +1039,7 @@ get_model() {
;;
"Mac OS X")
if [[ "$(kextstat | grep -F "FakeSMC")" != "" ]]; then
if [[ "$(kextstat | grep -E "FakeSMC|VirtualSMC")" != "" ]]; then
model="Hackintosh (SMBIOS: $(sysctl -n hw.model))"
else
model="$(sysctl -n hw.model)"