Merge pull request #734 from dylanaraps/revert-732-Hackintosh
Revert "Model: Add support for Hackintosh"
This commit is contained in:
commit
d63837c894
8
neofetch
8
neofetch
|
@ -242,13 +242,7 @@ get_model() {
|
|||
fi
|
||||
;;
|
||||
|
||||
"Mac OS X")
|
||||
if [[ "$(kextstat | grep "FakeSMC")" ]]; then
|
||||
model="Hackintosh (SMBIOS: $(sysctl -n hw.model))"
|
||||
else
|
||||
model="$(sysctl -n hw.model)"
|
||||
fi
|
||||
;;
|
||||
"Mac OS X") model="$(sysctl -n hw.model)" ;;
|
||||
"iPhone OS")
|
||||
case "$machine_arch" in
|
||||
"iPad1,1") model="iPad" ;;
|
||||
|
|
Reference in New Issue