From 3b43106bc2d7468f6d137aa6b06f3d95ec4f9d9f Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 10 Jun 2024 14:25:06 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/install.sh b/src/install.sh index 4e31087..c4280b4 100644 --- a/src/install.sh +++ b/src/install.sh @@ -156,9 +156,7 @@ finishInstall() { fi fi - [[ "${PLATFORM,,}" == "arm64" ]] && VGA="virtio-gpu" - - if [ -n "${VGA:-}" ] && [[ "${VGA:-}" != "virtio" ]]; then + if [ -n "${VGA:-}" ] && [[ "${VGA:-}" != "virtio" ]] && [[ "${VGA:-}" != "ramfb" ]]; then echo "$VGA" > "$STORAGE/windows.vga" fi