Fix ArchInstall ISO build (#2142)

This commit is contained in:
Dylan M. Taylor 2023-10-02 01:50:58 -04:00 committed by GitHub
parent 8257e9f73f
commit a095e393d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ packages_file="/tmp/archlive/packages.x86_64"
# Packages to add to the archiso profile packages
packages=(
gcc
git
pkgconfig
python
python-pip
python-build
@ -24,7 +26,7 @@ cat <<- _EOF_ | tee /tmp/archlive/airootfs/root/.zprofile
rm -rf dist
python -m build --wheel --no-isolation
pip install dist/archinstall*.whl
pip install dist/archinstall*.whl --break-system-packages
echo "This is an unofficial ISO for development and testing of archinstall. No support will be provided."
echo "This ISO was built from Git SHA $GITHUB_SHA"