Fixed launchctl unload -w bug
This commit is contained in:
parent
358de6944d
commit
b5502db9eb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue