Skip to content
Snippets Groups Projects
Commit a33da4c3 authored by Hendrik Schöffmann's avatar Hendrik Schöffmann
Browse files

[Grub] Using grub-mkconfig instead of update-grub for configuration update

parent ceed9c81
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ if $(get_property "deleteSnapshots" "boolean" "true") ; then
fi;
if $(get_property "updateGrub" "boolean" "true") && [ "$(pacman -Qs ^grub-btrfs$)" ]; then
update-grub
grub-mkconfig -o /boot/grub/grub.cfg
fi;
exit 0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment