Commit 9d33c72616aad6a0fd6a6592ba417d770e1923b4

Authored by Dmitriy Zaporozhets
2 parents f1fd4787 923ef6df

Merge branch 'master' of github.com:gitlabhq/gitlabhq

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