Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
thijsputman committed Nov 29, 2023
1 parent 6a4259f commit 0b7b852
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions extras/yubikey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,14 @@ From the host machine:

```bash
docker ps
# Public key
docker cp ______:/root/gpg-0x______.asc ~/
# Private keys & revocation certificate
docker cp ______:/root/backup/mastersub.key ~/
docker cp ______:/root/backup/master-paperkey.txt ~/
docker cp ______:/root/backup/sub.key ~/
docker cp ______:/root/backup/revoke.asc ~/
# GnuPG home-directory
docker cp ______:/root/backup/.gnupg.tar ~/
```

Expand Down
6 changes: 6 additions & 0 deletions install/parts.d/91-apt-add-repository
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ echo \
https://cli.github.com/packages stable main |
sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null

# Git LFS

curl -s \
https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh |
sudo bash

# Microsoft packages

curl -fsSL https://packages.microsoft.com/keys/microsoft.asc |
Expand Down

0 comments on commit 0b7b852

Please sign in to comment.