Updated update script again
This commit is contained in:
parent
647f454da4
commit
f44d7f561b
1 changed files with 6 additions and 3 deletions
9
update
9
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue