Update install.sh

This commit is contained in:
Kroese 2024-05-26 21:36:50 +02:00 committed by GitHub
parent d69389a22d
commit 0dbac87ded
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -634,10 +634,10 @@ prepareImage() {
local missing local missing
case "${DETECTED,,}" in case "${DETECTED,,}" in
"win9"* ) "win9"* | "win2k"* )
MACHINE="pc-i440fx-2.4" MACHINE="pc-i440fx-2.4"
;; ;;
"win2k"* | "winxp"* | "winvistax86"* | "win7x86"* ) "winxp"* | "winvistax86"* | "win7x86"* )
MACHINE="pc-q35-2.10" MACHINE="pc-q35-2.10"
;; ;;
esac esac