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