Created
November 28, 2021 21:58
-
-
Save macmule/2a54f8442a8c4ee5f4ff1d7c6fff2b49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
#################################################################################################### | |
# | |
# License: https://macmule.com/license/ | |
# | |
#################################################################################################### | |
## Install Sophos | |
/Library/Application\ Support/JAMF/ESCOSX/Sophos\ Installer.app/Contents/MacOS/tools/InstallationDeployer --install | |
## Remove Installer | |
rm -rf /Library/Application\ Support/JAMF/ESCOSX/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment