You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/12 18:25:15 UTC

svn commit: r1624585 - /cordova/site/vagrant/cordova-website-user-stage.sh

Author: marcelk
Date: Fri Sep 12 16:25:15 2014
New Revision: 1624585

URL: http://svn.apache.org/r1624585
Log:
In the vagrant VM, setup nvm after it is installed.

Modified:
    cordova/site/vagrant/cordova-website-user-stage.sh

Modified: cordova/site/vagrant/cordova-website-user-stage.sh
URL: http://svn.apache.org/viewvc/cordova/site/vagrant/cordova-website-user-stage.sh?rev=1624585&r1=1624584&r2=1624585&view=diff
==============================================================================
--- cordova/site/vagrant/cordova-website-user-stage.sh (original)
+++ cordova/site/vagrant/cordova-website-user-stage.sh Fri Sep 12 16:25:15 2014
@@ -24,6 +24,7 @@ sudo gem install bundler
 curl https://raw.githubusercontent.com/creationix/nvm/v0.13.1/install.sh | bash
 source /home/vagrant/.bash_profile
 nvm install 0.10
+nvm use 0.10
 
 # echo "setup project"
 cd /vagrant