Update install.sh

This commit is contained in:
Kroese 2024-05-22 13:45:13 +02:00 committed by GitHub
parent 0299c1a30d
commit 2418721388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -877,11 +877,6 @@ bootWindows() {
rm -rf "$TMP"
if [ ! -f "$BOOT" ] || [ ! -s "$BOOT" ]; then
BOOT="/custom.iso"
[ ! -f "$BOOT" ] && BOOT="${STORAGE}$BOOT"
fi
[[ "${PLATFORM,,}" == "arm64" ]] && VGA="virtio-gpu"
if [ -s "$STORAGE/windows.mode" ] && [ -f "$STORAGE/windows.mode" ]; then