1
0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2024-09-29 05:29:10 +00:00

Merge pull request #339 from fkr/master

make launchctl commands more copy 'n paste friendly
This commit is contained in:
drduh 2022-08-21 11:20:31 -07:00 committed by GitHub
commit 52d1287895
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2395,7 +2395,7 @@ Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent.plist` with the following con
``` ```
```console ```console
launchctl load gnupg.gpg-agent.plist launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent.plist
``` ```
Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the following contens: Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the following contens:
@ -2420,7 +2420,7 @@ Create `$HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist` with the follo
``` ```
```console ```console
launchctl load gnupg.gpg-agent-symlink.plist launchctl load $HOME/Library/LaunchAgents/gnupg.gpg-agent-symlink.plist
``` ```
You will need to either reboot, or log out and log back in, in order to activate these changes. You will need to either reboot, or log out and log back in, in order to activate these changes.