fix: vagrant provisioning installs node automatically

This commit is contained in:
Blade Barringer
2016-01-18 08:47:57 -06:00
parent 5b0d3be444
commit 0ee7970276
2 changed files with 13 additions and 6 deletions

View File

@@ -95,6 +95,8 @@ rm firefox.deb
echo Installing ntp...
apt-get install -qq ntp
/vagrant/vagrant_scripts/install.sh
## # echo Seeding Mongodb...
## node ./src/seed.js
## no longer required - see comments in src/seed.js