diff --git a/install-xash3d.sh b/install-xash3d.sh
index 9a69cca..3f4cf92 100755
--- a/install-xash3d.sh
+++ b/install-xash3d.sh
@@ -257,6 +257,7 @@ case $XASH_INSTALL_MODE in
         checkerror $?
         #test "$XASH_INSTALL_TYPE" != "server" && 
         git pull
+        git submodule update --init --recursive
         checkerror $?
       ;;
     esac