Build: Switched ocbuild to UserSpace branch.

This commit is contained in:
Mikhail Krichanov 2025-10-06 13:20:51 +03:00
parent aa3c8bb363
commit 2403235eb1
2 changed files with 2 additions and 2 deletions

View File

@ -198,5 +198,5 @@ else
export SELFPKG
export NO_ARCHIVES
src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/UserSpace/efibuild.sh) && eval "$src" || exit 1
fi

View File

@ -403,7 +403,7 @@ export SELFPKG
export NO_ARCHIVES
export DISCARD_SUBMODULES
src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
src=$(curl -LfsS https://raw.githubusercontent.com/acidanthera/ocbuild/UserSpace/efibuild.sh) && eval "$src" || exit 1
cd Utilities/ocvalidate || exit 1
ocv_tool=""