fix: comments from issue 57

This commit is contained in:
Anton Livaja 2025-03-24 09:42:10 -07:00
parent 02e3efb7d5
commit d9991e27ad
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
4 changed files with 12 additions and 12 deletions

View File

@ -11,7 +11,7 @@
$ cp -r /media/vaults ~/vaults/
$ cd ~/vaults
$ git add .
$ git commit -m -S "<message>"
$ git commit -S -m "<message>"
$ git push origin HEAD
```
// ANCHOR_END: content

View File

@ -12,8 +12,8 @@
$ git config --global user.name <name>
$ git config --global user.email <email>
$ git config --global user.signingKey <pgp_key_id>
$ git config --global commit.gpgsign = true
$ git config --global commit.merge = true
$ git config --global commit.gpgsign true
$ git config --global commit.merge true
```
1. Configure ssh to authenticate with smartcard

View File

@ -5,9 +5,9 @@
* Import OpenPGP keys:
* `gpg --import /media/<device_name>/vaults/keys/all/*.asc`
* `gpg --import /media/vaults/keys/all/*.asc`
* `gpg --detach-sign $account_id.txt`
* `gpg --detach-sign $account_id.json`
1. You may repeat the previous steps, starting at the step where the `account_id` is set.

View File

@ -36,7 +36,7 @@
1. Flash `airgap.iso` to an SD Card:
* `dd if=out/airgap.iso of=/dev/<device_name> bs=4M status=progress conv=fsync`
* `dd if=out/airgap.iso of=/dev/<device_name> bs=4M conv=fsync`
1. Reset the computer, and boot the SD card