mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
Build: Reduce curl strictness requirements
This commit is contained in:
parent
071b6cce3b
commit
6734ec846b
@ -92,7 +92,7 @@ export DEPNAMES
|
||||
export DEPURLS
|
||||
export DEPBRANCHES
|
||||
|
||||
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
|
||||
src=$(curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
|
||||
|
||||
if [ "$BUILD_UTILITIES" = "1" ]; then
|
||||
UTILS=(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user