Commit e3dd374a6c98955b36d24c837bc1fb0d99dfc30e
1 parent
0e387919
Exists in
master
and in
4 other branches
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.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
@@ -86,7 +86,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. | @@ -86,7 +86,7 @@ Then select 'Internet Site' and press enter to confirm the hostname. | ||
86 | 86 | ||
87 | Remove the old Ruby 1.8 if present | 87 | Remove the old Ruby 1.8 if present |
88 | 88 | ||
89 | - sudo apt-get remove -y ruby1.8 | 89 | + sudo apt-get remove ruby1.8 |
90 | 90 | ||
91 | Download Ruby and compile it: | 91 | Download Ruby and compile it: |
92 | 92 |