aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.auto
diff options
context:
space:
mode:
authorsickcodes <[email protected]>2021-10-30 21:55:07 +0000
committersickcodes <[email protected]>2021-10-30 21:55:07 +0000
commit0a0ae76333ef26aeb8762a18efa7d069684d3615 (patch)
tree3ee26459413766d12e09f5a57ee3ba277f515c4e /Dockerfile.auto
parentAdd missing kernel headers (diff)
downloaddocker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.tar.xz
docker-osx-0a0ae76333ef26aeb8762a18efa7d069684d3615.zip
Opencore --> OpenCore (typo...)
Diffstat (limited to 'Dockerfile.auto')
-rw-r--r--Dockerfile.auto2
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
####