Remove /tmp/archlive before building. Otherwise latest changes are not built. (#3993)

This commit is contained in:
scrypt-kitty 2025-12-14 16:23:01 -08:00 committed by GitHub
parent fff783ed93
commit 20718ead79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,9 @@ packages=(
python-textual
)
if [ -d "/tmp/archlive" ]; then
rm -rf "/tmp/archlive"
fi
mkdir -p /tmp/archlive/airootfs/root/archinstall-git
cp -r . /tmp/archlive/airootfs/root/archinstall-git