mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update download URL for OpenCore
This commit is contained in:
parent
454f13f8a9
commit
f23ace745a
1 changed files with 1 additions and 1 deletions
2
quickget
2
quickget
|
@ -716,7 +716,7 @@ function get_macos() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get firmware
|
# 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}"
|
web_get "https://github.com/kholia/OSX-KVM/raw/master/OVMF_CODE.fd" "${VM_PATH}"
|
||||||
if [ ! -e "${VM_PATH}/OVMF_VARS-1024x768.fd" ]; then
|
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}"
|
web_get "https://github.com/kholia/OSX-KVM/raw/master/OVMF_VARS-1024x768.fd" "${VM_PATH}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue