Sha256: bdc7e2120b6c725c6bfa5a33d1fe537fc48865df1f97a3feae22b176153f8d16

Contents?: true

Size: 727 Bytes

Versions: 1

Compression:

Stored size: 727 Bytes

Contents

#!/bin/bash

set -e

echo "Instaling for rof"

# Installing vagrant keys
mkdir ~/.ssh
chmod 700 ~/.ssh
cd ~/.ssh
wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
chmod 600 ~/.ssh/authorized_keys
chown -R vagrant ~/.ssh

# Node.js Setup
# wget --retry-connrefused -q -O - https://raw.github.com/creationix/nvm/master/install.sh | sh
# source ~/.nvm/nvm.sh

# nvm install 0.10.18
# nvm alias default 0.10.18

# echo "source ~/.nvm/nvm.sh" >> ~/.bash_profile

# RVM Install
# wget --retry-connrefused -q -O - https://get.rvm.io | bash -s stable
# source /home/vagrant/.rvm/scripts/rvm

# rvm autolibs read-fail

# rvm install 2.0.0-p247

# gem install bundler zeus

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polytrix-0.0.1 packer/scripts/setup.sh