Created
August 31, 2015 00:01
-
-
Save rubenerd/f0a6eb1531a3d912de7e to your computer and use it in GitHub Desktop.
Remove Adobe Creative Cloud from OS X
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/sh | |
rm -rf "/Applications/Adobe*" | |
rm -rf "~/Library/Application Support/Adobe/" | |
rm -rf "~/Library/Caches/Adobe*/" | |
sudo rm -rf "/Applications/Utilities/Adobe*" | |
sudo rm -rf "/Library/Application Support/Adobe/" | |
sudo rm -rf "/Users/Shared/Adobe/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment