From: BigfootACA Date: 星期一, 30 Aug 2021 15:34:22 +0000 (+0800) Subject: build.sh: direct clone some submodules X-Git-Tag: v1.0.3~3^2~6^2~1 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=1dbc356c841d1d530a1085fae6467457c54f49e3;p=edk2-sdm845.git build.sh: direct clone some submodules Signed-off-by: BigfootACA --- 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