From 73e45022d4db9b70ff0266d46458e3619db506b2 Mon Sep 17 00:00:00 2001 From: Mikhail Krichanov Date: Fri, 28 Jun 2024 11:23:03 +0300 Subject: [PATCH] efibuild: Switched AUDK to new-master-1 branch. --- efibuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efibuild.sh b/efibuild.sh index 21bc193..7ec64a2 100755 --- a/efibuild.sh +++ b/efibuild.sh @@ -388,7 +388,7 @@ fi if [ "$NEW_BUILDSYSTEM" != "1" ]; then if [ "$OFFLINE_MODE" != "1" ]; then - updaterepo "https://github.com/acidanthera/audk" UDK master || exit 1 + updaterepo "https://github.com/acidanthera/audk" UDK new-master-1 || exit 1 else echo "Working in offline mode. Skip UDK update" fi