Merge pull request #4800 from Rovanion/patch-1

Remove -y option when removing ruby1.8
This commit is contained in:
Jacob Vosmaer 2013-09-25 05:19:16 -07:00
commit 923ef6df62
1 changed files with 1 additions and 1 deletions

View File

@ -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: