Fixed launchctl unload -w bug

This commit is contained in:
Sun Knudsen 2021-04-05 18:28:39 -04:00
parent 358de6944d
commit b5502db9eb
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305

View File

@ -63,8 +63,8 @@ com.adobe
```shell
BUNDLE_IDENTIFIER_PREFIX="com.adobe"
launchctl unload -w {,~}/Library/LaunchAgents/$BUNDLE_IDENTIFIER_PREFIX*.plist
sudo launchctl unload -w /Library/LaunchDaemons/$BUNDLE_IDENTIFIER_PREFIX*.plist
sudo launchctl unload -w /Library/{LaunchAgents,LaunchDaemons}/$BUNDLE_IDENTIFIER_PREFIX*.plist
launchctl unload -w ~/Library/LaunchAgents/$BUNDLE_IDENTIFIER_PREFIX*.plist
```
### Step 3: disable app extensions