From 35a6e7b7a87451a2cff24393f9244c5e1cbd1244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20L=C3=B6he?= Date: Tue, 27 May 2025 17:09:50 +0200 Subject: [PATCH] docs: update adding apt-sourc.es gpg key instructions Currently the docs suggest using `apt-key` which is deprecated sind Debian 11 and Ubuntu 22.04. This updates the docs to show how to install the key on current versions. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index b1a817c..aabd093 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -43,7 +43,7 @@ The debian package is made available via [apt-sourc.es](https://apt-sourc.es). 1. Add *apt-sourc.es* GPG Key ```shell -curl -fsSL https://apt-sourc.es/admin/gpg.asc | sudo apt-key add - +curl -fsSL https://apt-sourc.es/admin/gpg.asc | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/git-team.gpg ``` 2. Setup the `apt` repository