summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRovanion Luckey <rovanion.luckey@gmail.com>2013-08-17 00:37:22 +0200
committerRovanion Luckey <rovanion.luckey@gmail.com>2013-08-17 00:37:22 +0200
commite3dd374a6c98955b36d24c837bc1fb0d99dfc30e (patch)
tree2293bb7d92da82230fd0726416dd287f4804856e
parent0e387919c3827260434aed48e1f28ee02ce5e58d (diff)
downloadgitlab-ce-e3dd374a6c98955b36d24c837bc1fb0d99dfc30e.tar.gz
Remove -y option when removing puby1.8
Since it is easily could break installations running on the server - hence the person doing the install should be able to make the decision to remove himself.
-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 8ec0998e5bd..8e835b4643e 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: