Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-04-28 13:23:56 +0000
committerGitHub <noreply@github.com>2021-04-28 13:23:56 +0000
commite52fca2d01a5c3e4d2b84a4fb72ca13aa650b163 (patch)
treed36d99a2d32fa8f724bd671fd0af2cfa9eecb79b
parent4079eebc70af3dff4c5f3071c397697283a6890c (diff)
parent7beccba395d57a15d9ad4a0223f66a8320f56e13 (diff)
Merge pull request #371 from dylanmtaylor/patch-1
Avoid some word wrapping on smaller consoles like VirtualBox.
-rw-r--r--.github/workflows/iso-build.yaml2
1 files changed, 1 insertions, 1 deletions
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