summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-09-25 05:19:16 -0700
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-09-25 05:19:16 -0700
commit923ef6df62f59d28aa705937666e307cc7445837 (patch)
tree4b84af06183226cf7de84f267a059c4c9b88d8ad
parenta3c806732570bd38feb3204b1eadd1f70b21e266 (diff)
parente3dd374a6c98955b36d24c837bc1fb0d99dfc30e (diff)
downloadgitlab-ce-923ef6df62f59d28aa705937666e307cc7445837.tar.gz
Merge pull request #4800 from Rovanion/patch-1
Remove -y option when removing ruby1.8
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 660d7fa2bc1..71a587d2ee3 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -86,7 +86,7 @@ Then select 'Internet Site' and press enter to confirm the hostname.
Remove the old Ruby 1.8 if present
- sudo apt-get remove -y ruby1.8
+ sudo apt-get remove ruby1.8
Download Ruby and compile it: