Updated update script again

This commit is contained in:
Eric Renfro 2018-06-03 00:42:11 -04:00
parent 647f454da4
commit f44d7f561b
Signed by: psi-jack
GPG key ID: 14977F3A50D9A5BF

9
update
View file

@ -8,7 +8,10 @@ cd "${BASEDIR}"
#git submodule update --recursive --remote #git submodule update --recursive --remote
#git submodule foreach git fetch && git submodule foreach git reset --hard origin/master #git submodule foreach git fetch && git submodule foreach git reset --hard origin/master
rm -rf zimfw dotbot tmux #rm -rf zimfw dotbot tmux
git submodule update --recursive --remote #git submodule update --recursive --remote
git submodule update --init --recursive #git submodule update --init --recursive
git submodule update --init --recursive --remote
git pull --recurse-submodules