Sha256: e77d35b71e467a9e67a8b169faced41d7ecbbf0c6c0665a01a8a3558e872ca01
Contents?: true
Size: 477 Bytes
Versions: 17
Compression:
Stored size: 477 Bytes
Contents
#!/bin/bash #------------------------------------------------------------------------------- # For now we install CORL through the repo for testing purposes # Install the corl gem rm -Rf /tmp/corl mkdir /tmp/corl || exit 100 cd /tmp/corl || exit 101 git clone --branch 0.4 git://github.com/coralnexus/corl.git /tmp/corl || exit 102 git submodule update --init --recursive || exit 103 gem build /tmp/corl/corl.gemspec || exit 104 gem install /tmp/corl/corl-*.gem || exit 105
Version data entries
17 entries across 17 versions & 1 rubygems