1
0
Fork 0
mirror of https://github.com/drduh/YubiKey-Guide.git synced 2025-05-15 17:47:10 +02:00

Merge pull request from wstephenson/master

Fix typo in date command
This commit is contained in:
drduh 2024-03-20 16:33:10 +00:00 committed by GitHub
commit aa81e0fc80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -563,7 +563,7 @@ echo $PASS | sudo cryptsetup -q luksOpen /dev/sdc1 gnupg-secrets
Create an ext2 filesystem: Create an ext2 filesystem:
```console ```console
sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +F) sudo mkfs.ext2 /dev/mapper/gnupg-secrets -L gnupg-$(date +%F)
``` ```
Mount the filesystem and copy the temporary GnuPG working directory exported key materials: Mount the filesystem and copy the temporary GnuPG working directory exported key materials: