Update define.sh

This commit is contained in:
Kroese 2025-04-05 17:34:03 +02:00 committed by GitHub
parent 83cd40379a
commit fd976696be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1376,6 +1376,8 @@ prepareInstall() {
# Windows 2000 Professional x86 generic key
KEY="G74HG-XXQTJ-RTX64-QKP3F-HKHXP" ;;
* ) error "Unknown version: \"$driver\"" && return 1 ;;
esac
find "$target" -maxdepth 1 -type f -iname winnt.sif -exec rm {} \;