From: Alexandre Bruyelles Date: Wed, 23 Oct 2019 13:31:38 +0000 (+0200) Subject: doc/bootstrap.rst: fix github's url X-Git-Tag: v15.1.0~1155^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F31086%2Fhead;p=ceph.git doc/bootstrap.rst: fix github's url Signed-off-by: Alexandre Bruyelles --- diff --git a/doc/bootstrap.rst b/doc/bootstrap.rst index 8a288a88d82d..85bf8b2f70e4 100644 --- a/doc/bootstrap.rst +++ b/doc/bootstrap.rst @@ -19,7 +19,7 @@ your Linux distribution:: or by simply downloading the standalone script manually:: - curl https://github.com/ceph/ceph/tree/master/src/ceph-daemon > ceph-daemon + curl --silent --remote-name --location https://github.com/ceph/ceph/raw/master/src/ceph-daemon chmod +x ceph-daemon sudo install -m 0755 ceph-daemon /usr/sbin # optional!