Update main.yml
This commit is contained in:
parent
73d0750983
commit
4b8b2c3a33
|
@ -11,9 +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
|
||||
- name: copy iso profile
|
||||
run: cp -r elnathco/isoprofile ~/iso
|
||||
run: |
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue