Update main.yml

This commit is contained in:
log :3 2022-11-17 19:33:24 +11:00 committed by GitHub
parent 4b8b2c3a33
commit 5166aecc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -12,10 +12,14 @@ jobs:
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso
- name: iso profile gitclone
run: |
cd ~
git clone https://github.com/logzinga/elnathco.git
cp -r elnathco/isoprofile ~/iso
- name: create iso
run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile
run: |
cp -r elnathco/isoprofile ~/iso
sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile