Update main.yml

This commit is contained in:
log :3 2022-11-17 19:14:09 +11:00 committed by GitHub
parent ad6a3074b2
commit 87bc871261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 6 deletions

View File

@ -8,17 +8,13 @@ jobs:
name: BuildISO name: BuildISO
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
steps: steps:
- run: git clone https://gitlab.archlinux.org/archlinux/archiso.git - run: cd ~ | git clone https://gitlab.archlinux.org/archlinux/archiso.git
- run: cd archiso
- run: make install
- run: git clone https://github.com/logzinga/elnathco.git - run: git clone https://github.com/logzinga/elnathco.git
- run: cp elnathco/isoprofile ~/iso - run: cp elnathco/isoprofile ~/iso
- run: mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile - run: ~/archiso/archiso/mkarchiso -v -w /tmp -o ~/out ~/iso/isoprofile