From 2c0b1f59b7fc7ff6e93cffcc249e11bdb12add5e Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 14 Jun 2023 10:10:33 +0100 Subject: [PATCH] feat: change default OpenCore resolution to 1920x1080 --- quickget | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickget b/quickget index 2a742d7..701d49c 100755 --- a/quickget +++ b/quickget @@ -1498,8 +1498,8 @@ function get_macos() { # Get firmware 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}" + if [ ! -e "${VM_PATH}/OVMF_VARS-1920x1080.fd" ]; then + web_get "https://github.com/kholia/OSX-KVM/raw/master/OVMF_VARS-1920x1080.fd" "${VM_PATH}" fi if [ ! -e "${VM_PATH}/RecoveryImage.chunklist" ]; then