From e3dd374a6c98955b36d24c837bc1fb0d99dfc30e Mon Sep 17 00:00:00 2001 From: Rovanion Luckey Date: Sat, 17 Aug 2013 00:37:22 +0200 Subject: [PATCH] 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. --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: