Update install.sh

This commit is contained in:
Kroese 2024-06-10 14:25:06 +02:00 committed by GitHub
parent 8c662b38cd
commit 3b43106bc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,9 +156,7 @@ finishInstall() {
fi fi
fi fi
[[ "${PLATFORM,,}" == "arm64" ]] && VGA="virtio-gpu" if [ -n "${VGA:-}" ] && [[ "${VGA:-}" != "virtio" ]] && [[ "${VGA:-}" != "ramfb" ]]; then
if [ -n "${VGA:-}" ] && [[ "${VGA:-}" != "virtio" ]]; then
echo "$VGA" > "$STORAGE/windows.vga" echo "$VGA" > "$STORAGE/windows.vga"
fi fi