Sha256: 9ca66986cc4cb68717aa50ca92598976ea1e4b509e8cb70a1cf68a8feb176eb6

Contents?: true

Size: 338 Bytes

Versions: 5

Compression:

Stored size: 338 Bytes

Contents

#!/usr/bin/env bash

apt-get update
apt-get install -y build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev wget libffi-dev gcc g++ make bison libtool autoconf git
cd `mktemp -d`
curl -L "https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.3.tar.gz" | tar -xzf-
cd ruby-2.6.2
./configure --prefix=/usr/local
make
make install

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
script_core-0.2.2 bootstrap.sh
script_core-0.2.1 bootstrap.sh
script_core-0.2.0 bootstrap.sh
script_core-0.1.1 bootstrap.sh
script_core-0.1.0 bootstrap.sh