From: Rovanion Luckey Date: Fri, 16 Aug 2013 22:37:22 +0000 (+0200) Subject: Remove -y option when removing puby1.8 X-Git-Tag: v6.2.0~141^2^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e3dd374a6c98955b36d24c837bc1fb0d99dfc30e;p=wvm%2Fgitlab.git 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. --- diff --git a/doc/install/installation.md b/doc/install/installation.md index 8ec0998e5..8e835b464 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: