From 18cf1b6d616beff7d8687edbbefaeacf22a25236 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 17 Sep 2012 16:01:36 -0700 Subject: [PATCH] :doc: Usage consistent with Tyler's notes. Signed-off-by: John Wilkins --- doc/radosgw/manual-install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/radosgw/manual-install.rst b/doc/radosgw/manual-install.rst index f0dcdebca6ff8..84a0fd68a259e 100644 --- a/doc/radosgw/manual-install.rst +++ b/doc/radosgw/manual-install.rst @@ -6,7 +6,7 @@ To install RADOS Gateway, you must install Apache and FastCGI first. :: - sudo apt-get update && sudo apt-get install apache2 libapache2-mod-fastcgi + sudo apt-get update && sudo apt-get install -y apache2 libapache2-mod-fastcgi .. note:: The Ceph community provides a slightly optimized version of the ``apache2`` and ``fastcgi`` packages. The material difference is that @@ -34,4 +34,4 @@ Restart Apache so that the foregoing changes take effect. :: Then, install RADOS Gateway. For example:: - sudo apt-get install radosgw + sudo apt-get install -y --force-yes radosgw -- 2.39.5