Merge pull request #440 from manuth/fix-gnupghome-var

Suggest Exporting the `GNUPGHOME` Variable in the Guide
This commit is contained in:
drduh 2024-05-06 01:33:25 +00:00 committed by GitHub
commit 5efcddc9e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,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