Sha256: 146d8a3b565c1c2ec055a5791d67580a674b68915db1e7c23b181f8e14d74277

Contents?: true

Size: 220 Bytes

Versions: 16

Compression:

Stored size: 220 Bytes

Contents

#!/bin/bash -ex

# download omnibus install.sh
if which curl 2>/dev/null; then
    curl -L https://www.opscode.com/chef/install.sh | sudo bash
else
    wget -q -O - https://www.opscode.com/chef/install.sh | sudo bash
fi

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mccloud-0.1.1 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.28 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.27 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.26 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.25 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.24 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.23 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.22 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.21 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.20 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.19 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.18 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.17 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.16 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.15 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh
mccloud-0.0.14 lib/mccloud/templates/bootstrap/bootstrap-chef-omnibus.sh