mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-12-26 20:44:57 +08:00
Fix typo in date command
This commit is contained in:
parent
a7aa09bc80
commit
953bac8739
1 changed files with 1 additions and 1 deletions
|
|
@ -563,7 +563,7 @@ echo $PASS | sudo cryptsetup -q luksOpen /dev/sdc1 gnupg-secrets
|
|||
Create an ext2 filesystem:
|
||||
|
||||
```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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue