diff --git a/configs/pacman-hooks/grub.hook b/configs/pacman-hooks/grub.hook index 9eb188e..b90c60f 100755 --- a/configs/pacman-hooks/grub.hook +++ b/configs/pacman-hooks/grub.hook @@ -13,4 +13,4 @@ Description=Update Grub Scriptes (snapshots) Depends=mkinitcpio When=PostTransaction NeedsTargets -Exec=/bin/sh -c 'cp /opt/SpectreOS/configs/grub.d/10_linux /etc/grub.d/10_linux; grub-mkconfig -o /boot/grub/grub.cfg; /usr/bin/mkinitcpio -P' +Exec=/bin/sh -c 'grub-mkconfig -o /boot/grub/grub.cfg'