diff options
author | Manuel Thalmann <m@nuth.ch> | 2024-05-03 02:23:00 +0200 |
---|---|---|
committer | Manuel Thalmann <m@nuth.ch> | 2024-05-03 02:23:00 +0200 |
commit | 6cfb493f2b142a1bd151bb0259ea8af3102a5b61 (patch) | |
tree | 6c4ee15423e11d8612bb8db8c8feaca3ce0da43f /README.md | |
parent | Merge pull request #431 from drduh/wip-29mar24 (diff) | |
download | YubiKey-Guide-6cfb493f2b142a1bd151bb0259ea8af3102a5b61.tar.gz |
Export the `GNUPGHOME` variable
Merging this PR will fix #434
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |