mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-05-18 19:17:10 +02:00
Merge branch 'drduh:master' into patch-1
This commit is contained in:
commit
bf1eef2c0d
3 changed files with 135 additions and 3 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue