Update main.yml

This commit is contained in:
log :3 2022-11-17 19:40:05 +11:00 committed by GitHub
parent cb82df02a1
commit 96c6b1dfe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

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