diff options
| author | sickcodes <[email protected]> | 2021-10-30 21:55:07 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-10-30 21:55:07 +0000 |
| commit | 0a0ae76333ef26aeb8762a18efa7d069684d3615 (patch) | |
| tree | 3ee26459413766d12e09f5a57ee3ba277f515c4e /Dockerfile.auto | |
| parent | Add missing kernel headers (diff) | |
| download | docker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.tar.xz docker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.zip | |
Opencore --> OpenCore (typo...)
Diffstat (limited to 'Dockerfile.auto')
| -rw-r--r-- | Dockerfile.auto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.auto b/Dockerfile.auto index f17e3b9..c2666b7 100644 --- a/Dockerfile.auto +++ b/Dockerfile.auto @@ -151,7 +151,7 @@ RUN if [[ "${COMPLETE}" ]]; then \ #### # symlink the old directory, for redundancy -RUN ln -s /home/arch/OSX-KVM/Opencore /home/arch/OSX-KVM/Opencore-Catalina || true +RUN ln -s /home/arch/OSX-KVM/OpenCore /home/arch/OSX-KVM/OpenCore-Catalina || true #### |