Skip to content

Instantly share code, notes, and snippets.

@jult
Forked from CyberPunkCodes/killadobe.sh
Created November 21, 2022 16:41

Revisions

  1. @WadeShuler WadeShuler revised this gist Apr 25, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions killadobe.sh
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,8 @@
    #!/bin/bash

    echo "--- Killing Stupid Adobe Auto Load Crap ---"
    echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n"

    launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
    launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist

    echo "Done!"
    echo "\n\n--- Done! ---\n\n"
  2. @WadeShuler WadeShuler created this gist Apr 25, 2017.
    8 changes: 8 additions & 0 deletions killadobe.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    #!/bin/bash

    echo "--- Killing Stupid Adobe Auto Load Crap ---"

    launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
    launchctl unload -w /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist

    echo "Done!"