Update submodules in mirror.sh

This commit is contained in:
Andrius Štikonas 2025-09-29 00:44:32 +01:00
parent 1e91ce56db
commit bbb71ce3a6

View file

@ -142,6 +142,7 @@ do_file() {
( (
cd "${outdir}" || exit cd "${outdir}" || exit
git pull git pull
git submodule update --init --recursive
) )
fi fi