Sha256: c849cb02ed3be8036594c469d4b9310f0361bae16f432bbf11445781162b27fd

Contents?: true

Size: 344 Bytes

Versions: 6

Compression:

Stored size: 344 Bytes

Contents

#!/bin/bash

# This line is necessary for automated provisioning for Debian/Ubuntu
export DEBIAN_FRONTEND=noninteractive

# SSH key
source recipes/ssh_key.sh $(cat attributes/ssh_key)

# Update apt catalog
aptitude update
aptitude -y safe-upgrade

# Install RVM - rvm.sh will be retrieved from Github in the compile phase
source recipes/rvm.sh

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunzi-0.4.4 lib/templates/create/remote/install.sh
sunzi-0.4.3 lib/templates/create/remote/install.sh
sunzi-0.4.2 lib/templates/create/remote/install.sh
sunzi-0.4.1 lib/templates/create/remote/install.sh
sunzi-0.4.0 lib/templates/create/remote/install.sh
sunzi-0.3.0 lib/templates/remote/install.sh