From 197db7472109a163009c675809da834db776f2ba Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 10 May 2024 12:57:01 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index 7028458..2ff97a4 100644 --- a/src/install.sh +++ b/src/install.sh @@ -127,7 +127,7 @@ finishInstall() { rm -f "$STORAGE/windows.boot" rm -f "$STORAGE/windows.mode" - cp /run/version "$STORAGE/windows.ver" + cp -f /run/version "$STORAGE/windows.ver" if [[ "${PLATFORM,,}" == "x64" ]]; then if [[ "${BOOT_MODE,,}" == "windows_legacy" ]]; then