From c25646e6056fc85cd458f6c146507394f14bec92 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Tue, 29 Oct 2024 11:21:16 +0900 Subject: [PATCH] Submodules updated --- update_from_upstream.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update_from_upstream.sh b/update_from_upstream.sh index 129e3e9..ed9781c 100755 --- a/update_from_upstream.sh +++ b/update_from_upstream.sh @@ -1,4 +1,6 @@ #!/bin/bash +git submodule init +git submodule update git fetch https://github.com/flathub/org.zdoom.GZDoom master # Fetch the latest changes from the remote master branch git merge FETCH_HEAD # Merge the fetched changes into your current branch \ No newline at end of file