Commit 923ef6df62f59d28aa705937666e307cc7445837
Exists in
master
and in
4 other branches
Merge pull request #4800 from Rovanion/patch-1
Remove -y option when removing ruby1.8
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 |