Skip to content

Commit

Permalink
add submodule update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
maxlou05 committed Aug 21, 2024
1 parent 9219a1f commit b0f6df9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mavlink/dronekit
Submodule dronekit updated 1 files
+0 −0 requirements.txt
2 changes: 2 additions & 0 deletions updateSubmodules.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git submodule update --init --remote --recursive
git submodule foreach --recursive "pip install -r requirements.txt"
3 changes: 3 additions & 0 deletions updateSubmodules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
git submodule update --init --remote --recursive
git submodule foreach --recursive "pip install -r requirements.txt"

0 comments on commit b0f6df9

Please sign in to comment.