Update main.yml

This commit is contained in:
log :3 2022-11-17 19:20:23 +11:00 committed by GitHub
parent c135ec960f
commit f11acca25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -8,14 +8,14 @@ jobs:
name: BuildISO name: BuildISO
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- name: archiso gitclone
- 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
- run: git clone https://github.com/logzinga/elnathco.git run: git clone https://github.com/logzinga/elnathco.git ~/iso
- name: copy iso profile
- run: cp -r elnathco/isoprofile ~/iso run: cp -r elnathco/isoprofile ~/iso
- name: create iso
- run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile run: sudo ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile