mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
9 lines
270 B
Bash
Executable File
9 lines
270 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd $(dirname "$0")
|
|
SELFPKG=OcSupportPkg
|
|
DEPNAMES=('EfiPkg')
|
|
DEPURLS=('https://github.com/acidanthera/EfiPkg')
|
|
DEPBRANCHES=('master')
|
|
src=$(/usr/bin/curl -Lfs https://raw.githubusercontent.com/acidanthera/ocbuild/master/efibuild.sh) && eval "$src" || exit 1
|