Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created June 16, 2015 23:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrouton/b71280b50452fe826dba to your computer and use it in GitHub Desktop.
Save rtrouton/b71280b50452fe826dba to your computer and use it in GitHub Desktop.
Sophos 9.2.4 postinstall script
#!/bin/bash
# Determine working directory
install_dir=`dirname $0`
# Install Sophos Anti-Virus
$install_dir/"Sophos Installer.app/Contents/MacOS/tools/InstallationDeployer" --install
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment