Sha256: 3c3e247cd15f43dc5ef4b943484acefccad4a49942ad21755898e2bdc6e3a382

Contents?: true

Size: 246 Bytes

Versions: 4

Compression:

Stored size: 246 Bytes

Contents

#!/usr/bin/env bash

# Install BOSH CLI
#
# Options:
# * $BOSH_RUBYGEM_SOURCE - URL for where bosh rubygems can be downloaded

set -e # exit immediately if a simple command exits with a non-zero status

cd /var/vcap/store/inception
bundle install

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bosh-bootstrap-0.10.2 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/install_bosh
bosh-bootstrap-0.10.1 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/install_bosh
bosh-bootstrap-0.10.0 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/install_bosh
bosh-bootstrap-0.9.0 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/install_bosh