fleet/it-and-security/lib/macos-remove-old-nudge.sh
Noah Talerman 57d00f310d
Add script to workstations and canary (#17634)
- Add script to remove the old Nudge launch agent (deployed by
SimpleMDM)
2024-03-15 13:04:00 -04:00

3 lines
216 B
Bash

/bin/launchctl unload -w /Library/LaunchAgents/com.github.macadmins.Nudge.plist
# Remove the old Nudge launch agent that was deployed by SimpleMDM. More info here: https://github.com/fleetdm/confidential/issues/5274