feat: Add cleanup step to build.zsh before building

This commit is contained in:
Claude
2025-11-07 13:15:36 +00:00
parent 355c3dceb4
commit fb31108cf7

View File

@@ -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
# ============================================