diff options
author | straysheep-dev <84547874+straysheep-dev@users.noreply.github.com> | 2024-05-05 22:37:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 22:37:21 -0700 |
commit | bf1eef2c0da70e5a2b40c615ef0a553d5b5209fa (patch) | |
tree | 5aaa07d647326d894a6f65735b9910464419abe7 /README.md | |
parent | Add networking section to README.md (diff) | |
parent | Merge pull request #440 from manuth/fix-gnupghome-var (diff) | |
download | YubiKey-Guide-bf1eef2c0da70e5a2b40c615ef0a553d5b5209fa.tar.gz |
Merge branch 'drduh:master' into patch-1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -321,7 +321,7 @@ sudo dnf install \ Create a temporary directory which will be cleared on [reboot](https://en.wikipedia.org/wiki/Tmpfs) and set it as the GnuPG directory: ```console -GNUPGHOME=$(mktemp -d -t gnupg-$(date +%Y-%m-%d)-XXXXXXXXXX) +export GNUPGHOME=$(mktemp -d -t gnupg-$(date +%Y-%m-%d)-XXXXXXXXXX) ``` ## Configuration |