Sha256: 1a78b90462d45d4b180f8de61fc1ef78310f74a2ed929883acc710ebf76dc006
Contents?: true
Size: 505 Bytes
Versions: 28
Compression:
Stored size: 505 Bytes
Contents
#!/bin/bash #------------------------------------------------------------------------------- # For now we install Nucleon through the repo for testing purposes # Install the nucleon gem rm -Rf /tmp/nucleon mkdir /tmp/nucleon || exit 90 cd /tmp/nucleon || exit 101 git clone --branch 0.1 git://github.com/coralnexus/nucleon.git /tmp/nucleon || exit 91 git submodule update --init --recursive || exit 92 gem build /tmp/nucleon/nucleon.gemspec || exit 93 gem install /tmp/nucleon/nucleon-*.gem || exit 94
Version data entries
28 entries across 28 versions & 1 rubygems