diff --git a/_posts/2023-06-22-clean.md b/_posts/2023-06-22-clean.md index 65abee5..0201b72 100644 --- a/_posts/2023-06-22-clean.md +++ b/_posts/2023-06-22-clean.md @@ -30,7 +30,7 @@ $ python3 app-cleaner.py /Applications/.app Here is an example of an iOS app being deleted completely: ``` -$ python3 $SCRIPTS/app-cleaner.py /Applications/Damus.app +$ python3 app-cleaner.py /Applications/Damus.app - 'Damus' is not running. Proceeding - (This is not a regular Mac app, will search Containers.) - Found Damus locations: @@ -62,7 +62,7 @@ To check if anything at all remains, I did the following: - Check 1: re-run the same script to look again - nothing is found, as expected. The script exited. ``` -$ python3 $SCRIPTS/app-cleaner.py /Applications/Damus.app +$ python3 app-cleaner.py /Applications/Damus.app - 'Damus' is not running. Proceeding - /Applications/Damus.app not found. Exiting ```