Skip to content

Commit

Permalink
add update script
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kneissler-breuninger-de committed Nov 20, 2023
1 parent 357145b commit 184040b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
git pull
git submodule update --init --recursive --remote
git submodule foreach --recursive 'git checkout main && git pull'

0 comments on commit 184040b

Please sign in to comment.