<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -62,11 +62,18 @@ class Provision &lt; Thor
     cap.task :install_ruby do
       # get latest Ruby Enterprise Edition
       doc = open('http://rubyforge.org/frs/?group_id=5833') { |f| Hpricot(f) }
-      link = (doc/'a').detect { |link| link['href'] =~ /\.deb$/ }['href']
+      link = (doc/'a').detect { |link| link['href'] =~ /\.tar\.gz$/ }['href']
 
       run &quot;wget -nv http://rubyforge.org#{link}&quot;
-      sudo &quot;dpkg -i ruby-enterprise*.deb&quot;
+      run &quot;tar xfz ruby-enterprise-*.tar.gz&quot;
 
+      sudo(&quot;./ruby-enterprise-*/installer&quot;, :pty =&gt; true) do |ch,stream,out|
+        next if out.chomp == ''
+        print out
+        ch.send_data(input = &quot;\n&quot;) if out =~ /enter/i
+      end
+
+      sudo &quot;ln -s /opt/ruby-enterprise-* /opt/ruby-enterprise&quot;
       sudo &quot;ln -s /opt/ruby-enterprise/bin/* /usr/local/bin/&quot;
     end
     </diff>
      <filename>provision_ubuntu.thor</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>98485c0651211a1351e634695e768411a846a9c3</id>
    </parent>
  </parents>
  <author>
    <name>David Eisinger</name>
    <email>david.eisinger@viget.com</email>
  </author>
  <url>http://github.com/crnixon/thor_tasks/commit/1c552b331ef1a694d23edce83ef82b0943ecd467</url>
  <id>1c552b331ef1a694d23edce83ef82b0943ecd467</id>
  <committed-date>2009-01-23T07:53:16-08:00</committed-date>
  <authored-date>2009-01-22T12:47:08-08:00</authored-date>
  <message>Installing REE from source rather than .deb

Signed-off-by: Clinton R. Nixon &lt;crnixon@gmail.com&gt;</message>
  <tree>2006d63a09a615dae483e1c918efde1dd07848f3</tree>
  <committer>
    <name>Clinton R. Nixon</name>
    <email>crnixon@gmail.com</email>
  </committer>
</commit>
