Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Nov 30, 2024
1 parent dd97872 commit 403af70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail
set -xeuo pipefail

. /etc/os-release

Expand All @@ -11,7 +11,7 @@ if [ "${ID}" = fedora ]; then
if [ "${cosa_fver}" = "${VERSION_ID}" ]; then
matches_cosa_fver=1

dnf install -y grub2-efi-x64
dnf install -y grub2-efi-x64 e2fsprogs
id
ls -laR /boot
lsattr -aR /boot
Expand Down

0 comments on commit 403af70

Please sign in to comment.