Merge branch 'drduh:master' into patch-1

This commit is contained in:
straysheep-dev 2024-05-05 22:37:21 -07:00 committed by GitHub
commit bf1eef2c0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 135 additions and 3 deletions

View file

@ -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