Revert "Model: Add support for Hackintosh"

This commit is contained in:
Dylan Araps 2017-05-28 14:44:13 +10:00 committed by GitHub
parent e68fc1167b
commit 593ca37d26
1 changed files with 1 additions and 7 deletions

View File

@ -242,13 +242,7 @@ get_model() {
fi fi
;; ;;
"Mac OS X") "Mac OS X") model="$(sysctl -n hw.model)" ;;
if [[ "$(kextstat | grep "FakeSMC")" ]]; then
model="Hackintosh (SMBIOS: $(sysctl -n hw.model))"
else
model="$(sysctl -n hw.model)"
fi
;;
"iPhone OS") "iPhone OS")
case "$machine_arch" in case "$machine_arch" in
"iPad1,1") model="iPad" ;; "iPad1,1") model="iPad" ;;