This file contains 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
<dict> | |
<key>Processor</key> | |
<string>com.github.grahampugh.recipes.postprocessors/LastRecipeRunResult</string> | |
</dict> |
This file contains 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
<key>PATCH_SOFTWARE_TITLE_ID</key> | |
<string>52</string> |
This file contains 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/bash | |
##################################################################################################### | |
# | |
# SCRIPT: autopkg-update-smart-group.sh | |
# AUTHOR: Sam Mills (@mostlymac; github.com/sgmills) | |
# DATE: 08 December 2022 | |
# REV: 1.0 | |
# | |
##################################################################################################### |
This file contains 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>AssociatedBundleIdentifiers</key> | |
<array> | |
<string>corp.sap.privileges</string> | |
</array> | |
<key>Label</key> | |
<string>blog.mostlymac.demoteonlogin</string> |
This file contains 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/bash | |
#################################################################################################### | |
# | |
# Description | |
# This script triggers an alert or banner in notification center | |
# | |
# Use Jamf Pro script parameters to configure options | |
# | |
#################################################################################################### |
OlderNewer