* doc/org/install.org: apt-key is deprecated in Bullseye.
This commit is contained in:
parent
b16192ae19
commit
26c232759e
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
Here is how to install the unstable packages:
|
||||||
|
|
||||||
#+BEGIN_SRC sh
|
#+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
|
echo 'deb http://www.lrde.epita.fr/repo/debian/ unstable/' >> /etc/apt/sources.list
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install spot libspot-dev spot-doc python3-spot # Or a subset of those
|
apt-get install spot libspot-dev spot-doc python3-spot # Or a subset of those
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue