]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Remove redundant command for quick start preflight 839/head
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Fri, 8 Nov 2013 12:48:57 +0000 (13:48 +0100)
committerChristophe Courtaut <christophe.courtaut@gmail.com>
Fri, 8 Nov 2013 12:48:57 +0000 (13:48 +0100)
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
This patch removes a few commands, which are redundant with following
commands.

Btw, they are also unrelated with the subtitle of the section, which is
"Add the release key".

doc/start/quick-start-preflight.rst

index eb4bf6e4304973b0b44409069775fe452551bf7e..63f6d66861cc3431baae9f2c76b6ed19c9db7231 100644 (file)
@@ -100,9 +100,6 @@ For Debian and Ubuntu distributions, perform the following steps:
 #. Add the release key::
 
        wget -q -O- 'https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add -
-       echo deb http://ceph.com/debian-dumpling/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
-       sudo apt-get update
-       sudo apt-get install ceph-deploy
 
 #. Add the Ceph packages to your repository. Replace ``{ceph-stable-release}``
    with a stable Ceph release (e.g., ``cuttlefish``, ``dumpling``, etc.).