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 5dfbca4 commit b4818c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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 # It triggers the kernel to be aware of new devices in /dev dir
fdisk -l # It triggers the kernel to be aware of new devices in /dev dir
ls -la /dev/
- name: Run the installer
Expand Down

0 comments on commit b4818c7

Please sign in to comment.