Do git submodule init and git submodule update in bootstrap.sh

Idea borrowed from guix bootstrap script.

If this proves to not be great we can move it :)
This commit is contained in:
Christopher Allan Webber 2014-10-10 16:27:06 -05:00
parent 03969d8521
commit 0d063605ec

View File

@ -2,3 +2,6 @@
aclocal -I m4 --install
autoreconf -fvi
git submodule init
git submodule update