Commit 593ca37d authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Revert "Model: Add support for Hackintosh"

parent e68fc116
...@@ -242,13 +242,7 @@ get_model() { ...@@ -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" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment