]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Change git submodule command, trying to avoid possible mistakes
authorLegendaryGuard <rootuser999@gmail.com>
Sun, 25 Apr 2021 19:08:20 +0000 (19:08 +0000)
committerLegendaryGuard <rootuser999@gmail.com>
Sun, 25 Apr 2021 19:08:20 +0000 (19:08 +0000)
SMB-modpack.md

index 1802d4b7ec43ed8dfd7f612e686f4579c903bf4e..3f5b064066b30e4325c0bab847e0e9632fd90107 100644 (file)
@@ -22,7 +22,7 @@ It'll update the content where is in the official gamelogic development reposito
 
 Inside '_update.sh_', there is a line: 
 
-`git submodule update --init --depth 100`
+`git submodule update --init --recursive`
 
 Means that when you use '_./update.sh_' with this line, the submodule content will be downloaded in your local computer where you've cloned the modpack repository.