Hello,
unfortunately there is no current script that still works to roll out Sophos. I have made several attempts to get Sophos onto the Macs (I use Big Sur) via Self Service and Auto Deploy. Current approach does not work.


Packed the Sophos installer in /private/var/tmp, deployed it as a pkg in Self Service and used this as the script:
#!/bin/shpostinstall
# Created using this Sophos KB article:
https://community.sophos.com/kb/en-us/14179#v9.2+
sudo /private/var/tmp/sophos/Sophos Installer.app/Contents/MacOS/Sophos Installer --install;# Remove installer
/bin/rm -rf /private/var/tmp/sophos; exit 0 ## Success exit 1 ## Failure
The installer is dropped correctly, but the installation does not start.
Are there any other ways I can offer Sophos 10.0.4?
Thank you!
