646 B
646 B
/* ANCHOR: all */ // ANCHOR: content
-
Connect SD card to online linux workstation
-
{{ #include finding-device-name.md:content }}
-
If the
~/vaults/
repository already exists, ensure it doesn't have any changes that haven't been committed, then remove it usingsudo rm -rf ~/vaults
before re-running the previous step -
Copy the repository with updated files to an online linux workstation, sign, commit and push to the
vaults
repository:$ cp -r /media/vaults ~/vaults/ $ cd ~/vaults $ git add . $ git commit -S -m "<message>" $ git push origin HEAD
// ANCHOR_END: content /* ANCHOR_END: all */