diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-15 19:29:58 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-15 19:29:58 +0200 |
commit | 3abbe8eed87f7091a59feedfb846b8b39aa3f3e2 (patch) | |
tree | 9eabd8f59cd5a27288870c037afcaa661168d723 /install | |
parent | 0fd1e7fb15200894b5dd5c4834a23881a5f7685d (diff) | |
download | myconfigs-3abbe8eed87f7091a59feedfb846b8b39aa3f3e2.tar.gz myconfigs-3abbe8eed87f7091a59feedfb846b8b39aa3f3e2.tar.bz2 myconfigs-3abbe8eed87f7091a59feedfb846b8b39aa3f3e2.zip |
In install script update submodules recursively
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ cd `dirname $0` -git submodule update --init || (echo "Submodule update failed!"; exit 5) +git submodule update --init --recursive || (echo "Submodule update failed!"; exit 5) # Source inst and diff function . ./utils/inst |