From 26076eab25472b885164ae4631154109f3fe64c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 16 Jan 2025 18:54:08 +0100 Subject: [PATCH] feat(doc): Mention `sq` as a way to retrieve the PGP key --- INSTALL.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 432d4cb..f144010 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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: ```