I'm working on upgrading from 10.12.4 to 10.15.7, and running into some trouble.
I've set up a policy utilitzing the Catalina Upgrade script on Github - https://github.com/kc9wwh/macOSUpgrade
My issue is that - the policy will try to download the installer three times, then fail due to a checksum error.
macOS Installer Downloaded 3 Times - Checksum is Not Valid
Prompting user for error and exiting...
0
Now, I don't really care about having this script kick off the other policy to download the installer. I've already got a policy for that, just drops the installer right into /Applications, and it works fine. I've already got it staged on all my computers, ready to kick off once I'm through with testing. I'm just looking for a GO button at this point.
I just want to cut out all this automation for calling another policy to download the installer and verify the checksum, but I don't really know how.
I've seen another poster with the same issue here - https://www.jamf.com/jamf-nation/discussions/35982/macos-upgrade-10-15-checksum-not-valid
Tried the steps others have suggested, commenting out the checksum calls and setting checksumvalid=1 values where appropriate.
How can I just skip all that stuff and call upon the installer to RUN? I'm trying to find a more simplified deployment method but everything just keeps pointing back to this same script.
Thanks folks --