Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Sep 28, 2024
1 parent d8d31d7 commit b398460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
parted -s $loop_device -- set 1 esp on
parted -s $loop_device -- mkpart primary btrfs 512MiB 100%
sed -i "s#/dev/loop0#$loop_device#g" arch.json
lsblk
fdisk -l
[ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
- name: Run the installer
run: aegis-arch config arch.json

0 comments on commit b398460

Please sign in to comment.