index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-28 13:23:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 13:23:56 +0000 |
commit | e52fca2d01a5c3e4d2b84a4fb72ca13aa650b163 (patch) | |
tree | d36d99a2d32fa8f724bd671fd0af2cfa9eecb79b /.github | |
parent | 4079eebc70af3dff4c5f3071c397697283a6890c (diff) | |
parent | 7beccba395d57a15d9ad4a0223f66a8320f56e13 (diff) |
-rw-r--r-- | .github/workflows/iso-build.yaml | 2 |
diff --git a/.github/workflows/iso-build.yaml b/.github/workflows/iso-build.yaml index 797629b0..6b89a50c 100644 --- a/.github/workflows/iso-build.yaml +++ b/.github/workflows/iso-build.yaml @@ -29,7 +29,7 @@ jobs: - run: cat /etc/os-release - run: mkdir -p /tmp/archlive/airootfs/root/archinstall-git; cp -r . /tmp/archlive/airootfs/root/archinstall-git - run: echo "pip uninstall archinstall -y; cd archinstall-git; python setup.py install" > /tmp/archlive/airootfs/root/.zprofile - - run: echo "echo \"This is an unofficial ISO for the development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile + - run: echo "echo \"This is an unofficial ISO for development and testing of archinstall. No support will be provided.\"" >> /tmp/archlive/airootfs/root/.zprofile - run: echo "echo \"This ISO was built from Git SHA $GITHUB_SHA\"" >> /tmp/archlive/airootfs/root/.zprofile - run: echo "echo \"Type archinstall to launch the installer.\"" >> /tmp/archlive/airootfs/root/.zprofile - run: cat /tmp/archlive/airootfs/root/.zprofile |