Skip to content

Instantly share code, notes, and snippets.

@mfd
Last active April 13, 2017 10:42
Show Gist options
  • Save mfd/b700253c8ad1ccd4aafb5482c0474843 to your computer and use it in GitHub Desktop.
Save mfd/b700253c8ad1ccd4aafb5482c0474843 to your computer and use it in GitHub Desktop.
Delete Adobe Updater

Delete Adobe Updater on OSX

sudo -s
cd /Library/LaunchAgents
launchctl remove `basename com.adobe.ARM.* .plist`
launchctl remove `basename com.adobe.AAM.* .plist`
launchctl remove com.adobe.ARM.Scheduler-1.0
launchctl remove com.adobe.AAM.Scheduler-1.0
rm com.adobe.ARM.*
rm com.adobe.AAM.*
exit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment