diff --git a/doc/bootstrap.rst b/doc/bootstrap.rst index 8a288a88d82..85bf8b2f70e 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!