Skip to content

Instantly share code, notes, and snippets.

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/c64a1bbbe6b22770e8ac52b9fa7d792b to your computer and use it in GitHub Desktop.
Save stevewood-tx/c64a1bbbe6b22770e8ac52b9fa7d792b to your computer and use it in GitHub Desktop.
TODAY=`date +"%Y-%m-%d"`
if [[ ! -d "/Library/Application Support/JAMF/Receipts" ]]; then
mkdir /Library/Application\ Support/JAMF/Receipts
fi
touch /Library/Application\ Support/JAMF/Receipts/$modelName_Imaged_$TODAY.pkg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment