I'm trying to deploy Maple 2021 to MacOS Big Sur. The software actually installs fine if I watch the application folder in Finder. However, as far as self-service is concerned, it just keeps spinning in process indefinately.
My policy caches my pkg to a temp folder. I then run the post install script:
#!/bin/sh
cd /users/shared/Temp/Maple2021.1MacInstaller.app/Contents/Macos
./installbuilder.sh --unattendedmodeui minimal --mode unattended --licenseType network --serverName REDACTED --portNumber 27003 --enableUpdates 0 --checkForUpdatesNow 0
After this, another script to remove the installer runs:
#!/bin/sh
rm -rf /users/shared/Temp
Any suggestions? I'm a MacOS and Jamf novice, so I'm assuming I'm doing something incorrectly