Created
August 4, 2021 09:00
-
-
Save yspreen/ef1b1fb9b2dc16c5244d3dd98054a82e to your computer and use it in GitHub Desktop.
Fix adobe xd install
This file contains hidden or 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
sudo rm -rf "~/Library/Application Support/Adobe" | |
sudo rm -rf "~/Library/Preferences/Adobe" | |
sudo rm -rf "~/Library/Logs/Adobe" | |
sudo rm -rf "~/Library/Caches/Adobe" | |
sudo rm -rf "/Library/Application Support/Adobe" | |
sudo rm -rf "/Library/Preferences/Adobe" | |
sudo rm -rf "/Library/Logs/Adobe" | |
sudo rm -rf "/Library/Caches/Adobe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment