From 4b26caf082cb34abc18b1ab3b8ac4dd3ead87f3a Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 25 Jan 2024 00:16:32 +0100 Subject: [PATCH] fix: Unneeded rm --- src/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/src/install.sh b/src/install.sh index d369275..161259c 100644 --- a/src/install.sh +++ b/src/install.sh @@ -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"