added missing git submodule init for 0.20 update

This commit is contained in:
DeltaLima 2025-03-25 22:00:15 +01:00
parent 7595b940af
commit f5e533691d

View file

@ -257,6 +257,7 @@ case $XASH_INSTALL_MODE in
checkerror $?
#test "$XASH_INSTALL_TYPE" != "server" &&
git pull
git submodule update --init --recursive
checkerror $?
;;
esac