From 72647f496f29d2f9b0dff803eebbda6b056940d4 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 22 Apr 2024 01:28:13 +0200 Subject: [PATCH] fix: Set ISO variable --- src/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/install.sh b/src/install.sh index efff583..51452d1 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1170,6 +1170,8 @@ fi if ! rm -f "$ISO" 2> /dev/null; then BASE="windows.iso" + ISO="$STORAGE/$BASE" + rm -f "$ISO" fi if ! buildImage "$DIR"; then