Sha256: d538177bc0a3c8bf25c920b29be4b5c5eaed35d34c7959ca48c3e3aaced45a21
Contents?: true
Size: 338 Bytes
Versions: 2
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.5.3 ./configure --prefix=/usr/local make make install
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
script_core-0.0.6 | bootstrap.sh |
script_core-0.0.5 | bootstrap.sh |