fix: Unneeded rm

This commit is contained in:
Kroese 2024-01-25 00:16:32 +01:00 committed by GitHub
parent 9608e228db
commit 4b26caf082
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -103,7 +103,6 @@ finishInstall() {
# Mark ISO as prepared via magic byte
printf '\x16' | dd of="$iso" bs=1 seek=0 count=1 conv=notrunc status=none
rm -f "$STORAGE/windows.ver"
rm -f "$STORAGE/windows.boot"
cp /run/version "$STORAGE/windows.ver"