From a202b61033719d2fcdedc9d5315f8db89d8ee521 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 28 Apr 2024 17:42:17 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/install.sh b/src/install.sh index ed0908b..17d1a8a 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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