diff --git a/update.sh b/update.sh index 16193d7..c2e0db3 100755 --- a/update.sh +++ b/update.sh @@ -1,16 +1,10 @@ # Update capturetheflag git pull -# Update crafting submodule -cd mods/crafting -git pull origin master - -# Update maps submodule -cd ../ctf/ctf_map/maps -git pull origin master +# Update all submodules +git submodule update --init --recursive # Run post-processing actions for maps -cd ../../../.. ./setup_maps.sh # Run build.sh