diff options
Diffstat (limited to '')
-rw-r--r-- | com.github.kholia.osx-kvm/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com.github.kholia.osx-kvm/run.sh b/com.github.kholia.osx-kvm/run.sh index 28e5656..88fd0db 100644 --- a/com.github.kholia.osx-kvm/run.sh +++ b/com.github.kholia.osx-kvm/run.sh @@ -8,5 +8,5 @@ if [[ ! -f ${DESTDIR}/osx-kvm/mac_hdd_ng.img ]]; then qemu-img convert BaseSystem.dmg -O raw BaseSystem.img qemu-img create -f qcow2 mac_hdd_ng.img 128G fi -cd ${DESTDIR} +cd ${DESTDIR}/osx-kvm ./OpenCore-Boot.sh |