From 1dbc356c841d1d530a1085fae6467457c54f49e3 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Mon, 30 Aug 2021 23:34:22 +0800 Subject: [PATCH] build.sh: direct clone some submodules Signed-off-by: BigfootACA --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 9453635..7e7876a 100755 --- a/build.sh +++ b/build.sh @@ -113,6 +113,7 @@ if "${CLEAN}";then _clean;exit "$?";fi if ! [ -f edk2/edksetup.sh ] || ! [ -f ../edk2/edksetup.sh ] then set -e echo "Updating submodules" + git clone https://git.renegade-project.org/edk2-sdm845-acpi.git sdm845Pkg/AcpiTables if "${CHINESE}" then git submodule set-url edk2 https://hub.fastgit.org/tianocore/edk2.git git submodule set-url edk2-platforms https://hub.fastgit.org/tianocore/edk2-platforms.git -- 2.45.2