Updated update
This commit is contained in:
parent
59695a306f
commit
647f454da4
1 changed files with 4 additions and 1 deletions
5
update
5
update
|
@ -7,5 +7,8 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
cd "${BASEDIR}"
|
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
|
||||||
git submodule update --recursive --remote
|
|
||||||
|
rm -rf zimfw dotbot tmux
|
||||||
|
git submodule update --recursive --remote
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue