Sha256: dd31b900a168f8750d76c6d912bd63d48f512922a2b21a7da8a3b557d23cd7a9

Contents?: true

Size: 384 Bytes

Versions: 32

Compression:

Stored size: 384 Bytes

Contents

# Installing ruby from packages
apt-get -y install ruby ruby1.8-dev libopenssl-ruby1.8 rdoc ri irb make g++ libshadow-ruby1.8

# Install RubyGems 1.8.25
rg_ver=1.8.25
wget http://production.cf.rubygems.org/rubygems/rubygems-${rg_ver}.tgz
tar xzf rubygems-${rg_ver}.tgz
cd rubygems-${rg_ver}
/usr/bin/ruby setup.rb
cd ..
rm -rf rubygems-${rg_ver}*
ln -sfv /usr/bin/gem1.8 /usr/bin/gem

Version data entries

32 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.5.0.alpha4 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.5.0.alpha3 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.5.0.alpha2 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.5.0.alpha1 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.4.5.1 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.4.5.1 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.4.5 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.4.5 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.4.5.pre1 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.4.5.pre1 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.4.4 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.4.4 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.4.3 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.4.3 templates/Debian-5.0.10-amd64-netboot/ruby.sh
veewee-0.4.2 templates/Debian-5.0.10-i386-netboot/ruby.sh
veewee-0.4.2 templates/Debian-5.0.10-amd64-netboot/ruby.sh