Files
hackintosh-b760-13700k/hackintosh-guide/Utilities/LegacyBoot/BootInstall_IA32_BlockIO.tool
2026-02-05 14:06:25 +00:00

7 lines
118 B
Bash
Executable File

#!/bin/bash
cd "$(dirname "$0")" || exit 1
export ARCHS=IA32
export DUET_SUFFIX="-blockio"
source BootInstallBase.sh