add git submodule update --init --recursive before update

This commit is contained in:
DeltaLima 2025-03-25 21:55:20 +01:00
parent 8cc359e046
commit f12d51cd98

View file

@ -242,6 +242,7 @@ case $XASH_INSTALL_MODE in
checkerror $?
fi
git pull
git submodule update --init --recursive
checkerror $?
cd bin
;;