Sha256: ac901671b5e7317fd4fc5474291fa4963a67e8cd148e4661119bf09a60a48ae5

Contents?: true

Size: 399 Bytes

Versions: 148

Compression:

Stored size: 399 Bytes

Contents

# Install Ruby from packages
apt-get -y install ruby ruby-dev libruby1.8 ri

# Install Rubygems from source
rg_ver=1.6.2
curl -o /tmp/rubygems-${rg_ver}.zip \
  "http://production.cf.rubygems.org/rubygems/rubygems-${rg_ver}.zip"
(cd /tmp && unzip rubygems-${rg_ver}.zip && \
  cd rubygems-${rg_ver} && ruby setup.rb --no-format-executable)
rm -rf /tmp/rubygems-${rg_ver} /tmp/rubygems-${rg_ver}.zip

Version data entries

148 entries across 31 versions & 2 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-6.0.3-amd64-netboot/ruby.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.7-amd64-netboot/ruby.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.8-amd64-netboot/ruby.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.9-amd64-netboot/ruby.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.9-i386-netboot/ruby.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.4-amd64-netboot/ruby.sh
veewee-0.5.0.alpha4 templates/Debian-6.0.5-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.7-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.8-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.4-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.9-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.3-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.5-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-6.0.9-i386-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.7-amd64-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.8-amd64-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.5-amd64-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.3-amd64-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.9-amd64-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-6.0.9-i386-netboot/ruby.sh