Update install.sh

This commit is contained in:
Kroese 2024-05-27 14:11:31 +02:00 committed by GitHub
parent ee769bf2ff
commit e2db6eac4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -528,6 +528,7 @@ detectImage() {
fi
info "Detecting version from ISO image..."
detectLegacy "$dir" && return 0
local src wim info
src=$(find "$dir" -maxdepth 1 -type d -iname sources | head -n 1)