Sha256: f896c098b707d4f7e6d5b259c9961434c334c3a0391d72540ac9da7f57dcf1c9

Contents?: true

Size: 235 Bytes

Versions: 2

Compression:

Stored size: 235 Bytes

Contents

#!/bin/bash

# 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

2 entries across 2 versions & 1 rubygems

Version Path
sunzi-0.2.1 lib/templates/remote/install.sh
sunzi-0.2.0 lib/templates/remote/install.sh