Update main.yml
This commit is contained in:
parent
4b8b2c3a33
commit
5166aecc0d
|
@ -12,10 +12,14 @@ jobs:
|
||||||
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso
|
run: git clone https://gitlab.archlinux.org/archlinux/archiso.git ~/archiso
|
||||||
- name: iso profile gitclone
|
- name: iso profile gitclone
|
||||||
run: |
|
run: |
|
||||||
|
cd ~
|
||||||
git clone https://github.com/logzinga/elnathco.git
|
git clone https://github.com/logzinga/elnathco.git
|
||||||
cp -r elnathco/isoprofile ~/iso
|
|
||||||
- name: create 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue