Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon committed Nov 29, 2024
1 parent 34445f5 commit d89c17c
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
Expand Up @@ -14,9 +14,9 @@ if [ "${ID}" = fedora ]; then
dnf install -y grub2-efi-x64
id
ls -laR /boot
chmod a+r /boot
chmod u+rwX /boot
ls -laR /boot
chmod -R a+r /boot
chmod -R a+rX /boot
false
else
false
Expand Down

0 comments on commit d89c17c

Please sign in to comment.