Update install.sh

This commit is contained in:
Kroese 2024-05-02 22:55:24 +02:00 committed by GitHub
parent fd9a1349b0
commit 3bab3b956f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -626,7 +626,7 @@ detectImage() {
return 0
fi
info "Detecting Windows version from ISO image..."
info "Detecting version from ISO image..."
if [ -f "$dir/WIN51" ] || [ -f "$dir/SETUPXP.HTM" ]; then
[ -d "$dir/AMD64" ] && DETECTED="winxpx64" || DETECTED="winxpx86"