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