nvm/provision.sh
Michael Vogel 771e89ee42 Oops, forgot to remove copy installation method
When vagrant is provisioned it will choose an automatic method from now (which means git or script with the newest version of nvm from the web)
2014-11-16 15:52:26 +01:00

10 lines
175 B
Bash

#!/bin/bash
sudo apt-get update -qq
sudo apt-get install -y git fish
# Switch to fish as a default shell
sudo chsh -s `which fish` vagrant
# Install nvm
/vagrant/install.sh