From bbb71ce3a6ff32a7ab7af463be7185b8c0ac3089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Mon, 29 Sep 2025 00:44:32 +0100 Subject: [PATCH] Update submodules in mirror.sh --- mirror.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mirror.sh b/mirror.sh index 3254a793..6560584c 100755 --- a/mirror.sh +++ b/mirror.sh @@ -142,6 +142,7 @@ do_file() { ( cd "${outdir}" || exit git pull + git submodule update --init --recursive ) fi