Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
1vanK committed Nov 17, 2024
1 parent eb35bb3 commit 6bedf63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions add_submodules.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

set -x # Включаем эхо

repo_dir=$(dirname "$0")

git -C "$repo_dir" submodule add https://github.com/dviglo2d/dviglo2d external/dviglo2d
Expand Down
2 changes: 2 additions & 0 deletions update_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

# Обновляет подмодули до последних версий

set -x # Включаем эхо

repo_dir=$(dirname "$0")

git -C "$repo_dir" submodule update --remote --recursive

0 comments on commit 6bedf63

Please sign in to comment.