diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 16:27:06 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2014-10-10 16:27:23 -0500 |
commit | 0d063605ec533236bcf7fb07540dac77b14fa43f (patch) | |
tree | ddca5d2518a8e6f0c9d74374079bc91080f5eea4 /bootstrap.sh | |
parent | 03969d85210d13e10a8c41dc04c807089664cafd (diff) | |
download | mediagoblin-0d063605ec533236bcf7fb07540dac77b14fa43f.tar.lz mediagoblin-0d063605ec533236bcf7fb07540dac77b14fa43f.tar.xz mediagoblin-0d063605ec533236bcf7fb07540dac77b14fa43f.zip |
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 :)
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 78d0f1c7..05c84d46 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,3 +2,6 @@ aclocal -I m4 --install autoreconf -fvi + +git submodule init +git submodule update |