From 333895a2ca74557af56cb6f79ccc187704928a1c Mon Sep 17 00:00:00 2001 From: Alexandre Bruyelles Date: Wed, 23 Oct 2019 15:31:38 +0200 Subject: [PATCH] doc/bootstrap.rst: fix github's url Signed-off-by: Alexandre Bruyelles --- doc/bootstrap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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! -- 2.47.3