mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2026-01-18 14:52:59 +00:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd "$(dirname "$0")" || exit 1
|
|
export ARCHS=X64
|
|
source BootInstallBase.sh
|