From fb31108cf7a66cd58c650bcbd85d7bf8e7d741a0 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 7 Nov 2025 13:15:36 +0000 Subject: [PATCH] feat: Add cleanup step to build.zsh before building --- build.zsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.zsh b/build.zsh index 3ace9d2..8c1894f 100755 --- a/build.zsh +++ b/build.zsh @@ -9,6 +9,10 @@ set -e echo "=== aios build ===" echo "" +# Clean up previous build artifacts +echo "Cleaning up previous build..." +rm -rf root.x86_64/ archiso/ aios-bootstrap*.tar.gz install.sh + # ============================================ # 1. Arch Linux Base Construction # ============================================