Skip to content

Commit

Permalink
Added update of git submodules to update script. Closes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Nov 9, 2016
1 parent b9b3ff8 commit a7429e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contentForVM/update_all_projects.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ do
echo "Updating $f"
cd $f
git pull
git submodule init
git submodule update --recursive
cd ..
fi
done
Expand All @@ -18,6 +20,8 @@ do
echo "Updating $f"
cd $f
git pull
git submodule init
git submodule update --recursive
cd ..
fi
done
Expand Down

0 comments on commit a7429e2

Please sign in to comment.