mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 09:13:56 +00:00
Fixed launchctl unload -w bug
This commit is contained in:
parent
358de6944d
commit
b5502db9eb
@ -63,8 +63,8 @@ com.adobe
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
BUNDLE_IDENTIFIER_PREFIX="com.adobe"
|
BUNDLE_IDENTIFIER_PREFIX="com.adobe"
|
||||||
launchctl unload -w {,~}/Library/LaunchAgents/$BUNDLE_IDENTIFIER_PREFIX*.plist
|
sudo launchctl unload -w /Library/{LaunchAgents,LaunchDaemons}/$BUNDLE_IDENTIFIER_PREFIX*.plist
|
||||||
sudo launchctl unload -w /Library/LaunchDaemons/$BUNDLE_IDENTIFIER_PREFIX*.plist
|
launchctl unload -w ~/Library/LaunchAgents/$BUNDLE_IDENTIFIER_PREFIX*.plist
|
||||||
```
|
```
|
||||||
|
|
||||||
### Step 3: disable app extensions
|
### Step 3: disable app extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user