@ -82,6 +82,11 @@ getmodel() {
"ipod7,1") model="iPod touch 6G" ;;
esac
;;
"Mac OS X")
model="$(sysctl hw.model)"
model="${model//hw.model: /}"
}