Skip to content

Commit

Permalink
docs: Replace the apt-key command (Fixes #2033) (#2044)
Browse files Browse the repository at this point in the history
Follows on from #2034
  • Loading branch information
kingosticks committed Mar 14, 2022
1 parent faffd17 commit 825c7c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/installation/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ Install from apt.mopidy.com

#. Add the archive's GPG key::

wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add -
sudo mkdir -p /usr/local/share/keyrings
wget -q -O - https://apt.mopidy.com/mopidy.gpg | gpg --dearmor | \
sudo tee /usr/local/share/keyrings/mopidy-archive-keyring.gpg

#. Add the APT repo to your package sources::

Expand Down

0 comments on commit 825c7c0

Please sign in to comment.