add git submodule update --init --recursive
before update
This commit is contained in:
parent
8cc359e046
commit
f12d51cd98
1 changed files with 1 additions and 0 deletions
|
@ -242,6 +242,7 @@ case $XASH_INSTALL_MODE in
|
||||||
checkerror $?
|
checkerror $?
|
||||||
fi
|
fi
|
||||||
git pull
|
git pull
|
||||||
|
git submodule update --init --recursive
|
||||||
checkerror $?
|
checkerror $?
|
||||||
cd bin
|
cd bin
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue