LatestOSSupported.sh
Closed this issue · 1 comments
macchrister commented
LatestOSSupported.sh: showing wrong os supported. I have a iMac20,1 Intel (Retina 5K, 27-inch, 2020) and its showing : LatestOSSupported : Catalina
macchrister commented
I think if you add this lines it would be fine:
elif [[ $modelMajorVersion -ge
echo "Big Sur"
and latestOSSupport=$( iMacModelCheck 7 10 13 13 14 15 )