From 8bf4b58e8582b12e6dadb7a61b27df4be39ceef3 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Thu, 6 May 2021 13:24:09 +0200 Subject: [PATCH] Update ISO-Builder.yml --- .github/workflows/ISO-Builder.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ISO-Builder.yml b/.github/workflows/ISO-Builder.yml index 8be2dd4..2f0230f 100644 --- a/.github/workflows/ISO-Builder.yml +++ b/.github/workflows/ISO-Builder.yml @@ -1,6 +1,6 @@ # This workflow will build an Arch Linux ISO file with the commit on it -name: Build Arch ISO with ArchInstall Commit +name: Build Arch ISO with easy-arch. on: push: @@ -29,7 +29,6 @@ jobs: - run: cat /etc/os-release - run: ls -lah - run: mkdir -p /tmp/archlive/airootfs/root/ && cp easy-arch.sh /tmp/archlive/airootfs/root/ - - run: cat /tmp/archlive/airootfs/root/.zprofile - run: pacman -Sy; pacman --noconfirm -S git archiso - run: cp -r /usr/share/archiso/configs/releng/* /tmp/archlive - run: find /tmp/archlive