diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-09-25 05:19:16 -0700 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2013-09-25 05:19:16 -0700 |
commit | 923ef6df62f59d28aa705937666e307cc7445837 (patch) | |
tree | 4b84af06183226cf7de84f267a059c4c9b88d8ad | |
parent | a3c806732570bd38feb3204b1eadd1f70b21e266 (diff) | |
parent | e3dd374a6c98955b36d24c837bc1fb0d99dfc30e (diff) | |
download | gitlab-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.md | 2 |
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: |