aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-15 19:29:58 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-15 19:29:58 +0200
commit3abbe8eed87f7091a59feedfb846b8b39aa3f3e2 (patch)
tree9eabd8f59cd5a27288870c037afcaa661168d723
parent0fd1e7fb15200894b5dd5c4834a23881a5f7685d (diff)
downloadmyconfigs-3abbe8eed87f7091a59feedfb846b8b39aa3f3e2.tar.gz
myconfigs-3abbe8eed87f7091a59feedfb846b8b39aa3f3e2.tar.bz2
myconfigs-3abbe8eed87f7091a59feedfb846b8b39aa3f3e2.zip
In install script update submodules recursively
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index ce38eca..3e2988e 100755
--- a/install
+++ b/install
@@ -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