Sha256: 0b171c85222c6dece90be90d35cf4f11f03a6da622d5c8ec6580967ab70a5cc6
Contents?: true
Size: 313 Bytes
Versions: 3
Compression:
Stored size: 313 Bytes
Contents
#!/usr/bin/env bash apt-get -y update apt-get -y install build-essential zlib1g-dev libssl-dev libreadline-gplv2-dev lib64readline-gplv2-dev libyaml-dev libxslt-dev libxml2-dev cd /tmp wget ftp://ftp.ruby-lang.org/pub/ruby/1.9/$1.tar.gz tar -xvzf $1.tar.gz cd $1/ ./configure --prefix=/usr/local make make install
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fast_food-0.1.2 | config/deploy/ubuntu.sh |
fast_food-0.1.1 | config/deploy/ubuntu.sh |
fast_food-0.1.0 | config/deploy/ubuntu.sh |