Update ISO-Builder.yml

This commit is contained in:
Tommaso Chiti 2021-05-06 13:20:17 +02:00 committed by GitHub
parent cd299945f3
commit 055db9cb4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,8 @@ jobs:
- run: pwd - run: pwd
- run: find . - run: find .
- run: cat /etc/os-release - run: cat /etc/os-release
- run: cp -r easy-arch.sh /tmp/archlive/airootfs/root/ - run: ls -lah
- run: cp easy-arch.sh /tmp/archlive/airootfs/root/
- run: cat /tmp/archlive/airootfs/root/.zprofile - run: cat /tmp/archlive/airootfs/root/.zprofile
- run: pacman -Sy; pacman --noconfirm -S git archiso - run: pacman -Sy; pacman --noconfirm -S git archiso
- run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive - run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive