Skip to content

Commit a9f3616

Browse files
author
Steve Johnson
authored
Merge pull request magento#729 from magento/README
Update bootstrap.sh
2 parents bd77938 + 50e2347 commit a9f3616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vagrant/bootstrap.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEMS=bundler
99
sudo apt-get update
1010

1111
# Install Ubuntu packages
12-
sudo apt-get install nodejs -y
12+
sudo apt-get install nodejs git -y
1313

1414
# Install Ruby
1515
if [ ! -e $RVM_PATH ]; then
@@ -43,4 +43,3 @@ bundle install
4343

4444
# bin/jekyll serve --host=0.0.0.0
4545

46-

0 commit comments

Comments
 (0)