From f44d7f561b0c3b1ce9135e345f9aa277c79be6da Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 3 Jun 2018 00:42:11 -0400 Subject: [PATCH] Updated update script again --- update | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/update b/update index 507de0b..88ff292 100755 --- a/update +++ b/update @@ -8,7 +8,10 @@ cd "${BASEDIR}" #git submodule update --recursive --remote #git submodule foreach git fetch && git submodule foreach git reset --hard origin/master -rm -rf zimfw dotbot tmux -git submodule update --recursive --remote -git submodule update --init --recursive +#rm -rf zimfw dotbot tmux +#git submodule update --recursive --remote +#git submodule update --init --recursive + +git submodule update --init --recursive --remote +git pull --recurse-submodules