Update install.sh

This commit is contained in:
Kroese 2024-05-03 14:25:05 +02:00 committed by GitHub
parent 12a3cb13ec
commit 1f99fafb47
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,12 +115,12 @@ finishInstall() {
fi
fi
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"
echo "$BASE" > "$STORAGE/windows.base"
if [[ "${PLATFORM,,}" == "x64" ]]; then
if [[ "${BOOT_MODE,,}" == "windows_legacy" ]]; then