fix: Handle missing tarball in cleanup gracefully

This commit is contained in:
Claude
2025-11-07 13:16:48 +00:00
parent fb31108cf7
commit 19337566a9

View File

@@ -11,7 +11,8 @@ echo ""
# Clean up previous build artifacts # Clean up previous build artifacts
echo "Cleaning up previous build..." echo "Cleaning up previous build..."
rm -rf root.x86_64/ archiso/ aios-bootstrap*.tar.gz install.sh rm -rf root.x86_64/ archiso/ install.sh
rm -f aios-bootstrap*.tar.gz 2>/dev/null || true
# ============================================ # ============================================
# 1. Arch Linux Base Construction # 1. Arch Linux Base Construction