From bc58e5b0193856f140c3c99a08e0fced5f9729bd Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 4 Sep 2018 14:13:04 -0400 Subject: [PATCH] Make getter recurse submodules --- getter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getter.sh b/getter.sh index 140a1ec..653b465 100755 --- a/getter.sh +++ b/getter.sh @@ -15,7 +15,7 @@ do echo "$t already exists, not getting" else echo "Getting $t" - git clone "http://adamgoldsmith.name/cgit/dotfiles/$t.git" + git clone "http://adamgoldsmith.name/cgit/dotfiles/$t.git" --recurse-submodules cd $t git remote set-url origin http://adamgoldsmith.name/cgit/dotfiles/$t.git git remote set-url --push origin ag:/srv/git/dotfiles/$t.git