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:
parent
03969d8521
commit
0d063605ec
@ -2,3 +2,6 @@
|
||||
|
||||
aclocal -I m4 --install
|
||||
autoreconf -fvi
|
||||
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
Loading…
x
Reference in New Issue
Block a user