Skip to content

Instantly share code, notes, and snippets.

@arubdesu
Created March 16, 2015 16:31
Show Gist options
  • Select an option

  • Save arubdesu/3e43d95160419bc53a54 to your computer and use it in GitHub Desktop.

Select an option

Save arubdesu/3e43d95160419bc53a54 to your computer and use it in GitHub Desktop.
outset method to stop adobeID nag when you already licensed the 'named user' pkg version, as per https://foigus.wordpress.com/2014/12/05/packaging-adobe-cc-2014-applications/
#!/bin/sh
# mute CC in menubar by unloading the silly launchAgent
set -x
if [[ -f ]]; then
/bin/launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist
/usr/bin/killall "Creative Cloud"
fi
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment