mirror of
https://github.com/sunknudsen/privacy-guides.git
synced 2025-02-23 17:43:56 +00:00
Fixed typo
This commit is contained in:
parent
b5502db9eb
commit
79511364a3
@ -24,8 +24,8 @@ Listed: true
|
|||||||
### Step 1: find app launch agent and daemon bundle identifier prefix
|
### Step 1: find app launch agent and daemon bundle identifier prefix
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ ls -A1 {,~}/Library/LaunchAgents/ /Library/LaunchDaemons
|
$ ls -A1 {,~}/Library/LaunchAgents /Library/LaunchDaemons
|
||||||
/Library/LaunchAgents/:
|
/Library/LaunchAgents:
|
||||||
at.obdev.LittleSnitchHelper.plist
|
at.obdev.LittleSnitchHelper.plist
|
||||||
at.obdev.LittleSnitchUIAgent.plist
|
at.obdev.LittleSnitchUIAgent.plist
|
||||||
com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d.plist
|
com.adobe.ARMDCHelper.cc24aef4a1b90ed56a725c38014c95072f92651fb65e1bf9c8e43c37a23d420d.plist
|
||||||
@ -64,7 +64,7 @@ com.adobe
|
|||||||
```shell
|
```shell
|
||||||
BUNDLE_IDENTIFIER_PREFIX="com.adobe"
|
BUNDLE_IDENTIFIER_PREFIX="com.adobe"
|
||||||
sudo launchctl unload -w /Library/{LaunchAgents,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
|
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