summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-08 23:58:02 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-08 23:58:02 -0700
commit6fbb7e6c5c92ae3b757b1189d6f20e333335735b (patch)
tree7c8e9f302669b9a1fa4ed12a2cbc871a81b0e3fb
parent358426d66164d720d793ea37bacb4fc331c30171 (diff)
parentc6d6c0d114e66ff6424f1b1238f051f8321d49eb (diff)
downloadgitlab-ce-6fbb7e6c5c92ae3b757b1189d6f20e333335735b.tar.gz
Merge pull request #5278 from ZaaLabs/master
Small consistency addition for installation.md
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 933799776bd..7c6a2db9734 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -63,7 +63,7 @@ Make sure you have the right version of Python installed.
python --version
# If it's Python 3 you might need to install Python 2 separately
- sudo apt-get install python2.7
+ sudo apt-get install -y python2.7
# Make sure you can access Python via python2
python2 --version
@@ -72,7 +72,7 @@ Make sure you have the right version of Python installed.
sudo ln -s /usr/bin/python /usr/bin/python2
# For reStructuredText markup language support install required package:
- sudo apt-get install python-docutils
+ sudo apt-get install -y python-docutils
**Note:** In order to receive mail notifications, make sure to install a
mail server. By default, Debian is shipped with exim4 whereas Ubuntu