Skip to content

Commit 959a08d

Browse files
CybertinusTijn Buijs
authored andcommitted
documentation: Update get-packages.rst
The usage of apt-key is deprecated, thus updated the documentation to reference the new way of installing a repo key. Signed-off-by: Cybertinus <[email protected]>
1 parent e0958b5 commit 959a08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/install/get-packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ APT
8686

8787
To install the ``release.asc`` key, execute the following::
8888

89-
wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo apt-key add -
89+
wget -q -O- 'https://download.ceph.com/keys/release.asc' | sudo tee /etc/apt/trusted.gpg.d/ceph.asc
9090

9191

9292
RPM

0 commit comments

Comments
 (0)