mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
feat(doc): Mention sq
as a way to retrieve the PGP key
This commit is contained in:
parent
7f418118e6
commit
26076eab25
1 changed files with 9 additions and 0 deletions
|
@ -108,6 +108,15 @@ echo "deb [signed-by=/etc/apt/keyrings/fpf-apt-tools-archive-keyring.gpg] \
|
|||
| sudo tee /etc/apt/sources.list.d/fpf-apt-tools.list
|
||||
```
|
||||
|
||||
Or, if you want to use sequoia instead (on recent Linux distributions):
|
||||
|
||||
```bash
|
||||
sudo apt-get update && sudo apt-get install sq -y
|
||||
sq network keyserver \
|
||||
--server hkps://keys.openpgp.org search "DE28 AB24 1FA4 8260 FAC9 B8BA A7C9 B385 2260 4281" \
|
||||
--output /etc/apt/keyrings/fpf-apt-tools-archive-keyring.gpg
|
||||
```
|
||||
|
||||
Install Dangerzone:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue