Update install.sh

This commit is contained in:
Kroese 2024-04-29 16:49:49 +02:00 committed by GitHub
parent 78eedf3696
commit ad8d7085c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -687,6 +687,8 @@ prepareImage() {
fi
fi
[[ "${PLATFORM,,}" == "arm64" ]] && return 1
if [[ "${DETECTED,,}" == "winxp"* ]]; then
if ! prepareXP "$iso" "$dir"; then
error "Failed to prepare Windows XP ISO!" && return 1