mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Submodules updated
This commit is contained in:
parent
55c16d3255
commit
1399ee4dc7
|
@ -1 +1 @@
|
|||
Subproject commit 176c8715bdd09a1282a3861839dd2bd976380403
|
||||
Subproject commit a47b0a0eea9e3b9fd91d4e7383d0df650d2bec1d
|
|
@ -1 +1 @@
|
|||
Subproject commit a9112b9c62e2b84db4c2f6c55c9531fd7e8d03c1
|
||||
Subproject commit 3ac77f545ddf0ac581bc89d7b915c23eb18f841b
|
7
update-submodules.sh
Normal file
7
update-submodules.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
git submodule foreach --recursive git checkout master
|
||||
git submodule foreach --recursive git pull origin master
|
||||
|
||||
git submodule foreach --recursive git checkout main
|
||||
git submodule foreach --recursive git pull origin main
|
Loading…
Reference in a new issue