Update install.sh

This commit is contained in:
Kroese 2024-04-28 17:42:17 +02:00 committed by GitHub
parent 602f1da965
commit a202b61033
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,9 +44,12 @@ finishInstall() {
fi
fi
rm -f "$STORAGE/windows.boot"
cp /run/version "$STORAGE/windows.ver"
rm -f "$STORAGE/windows.ver"
rm -f "$STORAGE/windows.old"
rm -f "$STORAGE/windows.boot"
rm -f "$STORAGE/windows.mode"
cp /run/version "$STORAGE/windows.ver"
rm -rf "$TMP"
return 0