From 062d92debe5fdda25f671db372c5df2148094e15 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 13 Mar 2023 17:11:10 +0000 Subject: [PATCH] Updated submodules --- update-submodules.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/update-submodules.sh b/update-submodules.sh index 055511c2..409637fc 100644 --- a/update-submodules.sh +++ b/update-submodules.sh @@ -1,7 +1,3 @@ #!/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 \ No newline at end of file +git submodule update --remote --merge --recursive \ No newline at end of file