From 26c232759ea27cb6a8072b4058c3566a5d4bc453 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 5 Jan 2021 12:54:28 +0100 Subject: [PATCH] * doc/org/install.org: apt-key is deprecated in Bullseye. --- doc/org/install.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/org/install.org b/doc/org/install.org index 94d927788..5012d024f 100644 --- a/doc/org/install.org +++ b/doc/org/install.org @@ -79,7 +79,7 @@ apt-get install spot libspot-dev spot-doc python3-spot # Or a subset of those Here is how to install the unstable packages: #+BEGIN_SRC sh -wget -q -O - https://www.lrde.epita.fr/repo/debian.gpg | apt-key add - +wget -O /etc/apt/trusted.gpg.d/lrde.gpg https://www.lrde.epita.fr/repo/debian.gpg echo 'deb http://www.lrde.epita.fr/repo/debian/ unstable/' >> /etc/apt/sources.list apt-get update apt-get install spot libspot-dev spot-doc python3-spot # Or a subset of those