OpenCorePkg/macbuild.tool
2020-01-07 14:50:44 +03:00

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