Skip to content

Instantly share code, notes, and snippets.

@stevewood-tx
Created October 20, 2018 19:50
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 stevewood-tx/57fa7a6861237d13d89ab5a3d12bec8e to your computer and use it in GitHub Desktop.
Save stevewood-tx/57fa7a6861237d13d89ab5a3d12bec8e to your computer and use it in GitHub Desktop.
Check for printer driver
if [[ ! -f "/Library/Printers/PPDs/Contents/Resources/Xerox WorkCentre 5955.gz" ]]; then
/usr/local/bin/jamf policy -trigger xeroxGenericDriver
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment