From b1fd9547e73ee9e1b00abfa4e370b6587f46aa91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Thu, 24 Apr 2025 17:21:33 +0200 Subject: [PATCH] FIXUP: Add ca-certificates dependency for trixie/plucky --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 5e7797b..1a9dc22 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -117,7 +117,7 @@ For Debian Trixie and Ubuntu Plucky (25.04), follow these instructions to download the PGP keys: ```bash -sudo apt-get update && sudo apt-get install sq -y +sudo apt-get update && sudo apt-get install sq ca-certificates -y sq network keyserver \ --server hkps://keys.openpgp.org \ search "DE28 AB24 1FA4 8260 FAC9 B8BA A7C9 B385 2260 4281" \