Update download URL for OpenCore

This commit is contained in:
Martin Wimpress 2021-10-25 11:13:53 +01:00
parent 454f13f8a9
commit f23ace745a
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -716,7 +716,7 @@ function get_macos() {
fi
# Get firmware
web_get "https://github.com/kholia/OSX-KVM/raw/master/OpenCore-Catalina/OpenCore.qcow2" "${VM_PATH}"
web_get "https://github.com/kholia/OSX-KVM/raw/master/OpenCore/OpenCore.qcow2" "${VM_PATH}"
web_get "https://github.com/kholia/OSX-KVM/raw/master/OVMF_CODE.fd" "${VM_PATH}"
if [ ! -e "${VM_PATH}/OVMF_VARS-1024x768.fd" ]; then
web_get "https://github.com/kholia/OSX-KVM/raw/master/OVMF_VARS-1024x768.fd" "${VM_PATH}"