diff --git a/install-xash3d.sh b/install-xash3d.sh index a773413..6d1502e 100755 --- a/install-xash3d.sh +++ b/install-xash3d.sh @@ -242,6 +242,7 @@ case $XASH_INSTALL_MODE in checkerror $? fi git pull + git submodule update --init --recursive checkerror $? cd bin ;;