index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Dylan M. Taylor <dylan@dylanmtaylor.com> | 2021-04-28 08:59:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 08:59:01 -0400 |
commit | 7beccba395d57a15d9ad4a0223f66a8320f56e13 (patch) | |
tree | a00b2313346a1cca7c7dfd22c1159e4b39bd5ee5 | |
parent | 754e4b8b61b9c81f1d9f49f96cffd369d78bb777 (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 |