From 8ab42575aaba08f471890aa0622e50653131f5cd Mon Sep 17 00:00:00 2001 From: Melissa Mcewen Date: Sat, 14 Mar 2015 16:26:04 -0500 Subject: [PATCH] changed method of installing mongodb and phantomjs in Vagrant file --- vagrant.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vagrant.sh b/vagrant.sh index a61831097e..15e2b59e62 100644 --- a/vagrant.sh +++ b/vagrant.sh @@ -41,12 +41,14 @@ apt-get install -qq graphicsmagick echo Installing phantomjs and dependency... apt-get install -qq libicu48 +npm install phantomjs + echo Installing requirements for grunt-spritesmith... apt-get install -qq pkg-config libcairo2-dev libjpeg-dev echo Installing Mongodb... -apt-get install -qq mongodb +sudo apt-get install -y mongodb-org echo Installing Git... apt-get install -qq git