From 5163e105b96e61190c4a22a0e481bf49d40644ec Mon Sep 17 00:00:00 2001 From: simono41 Date: Mon, 14 Nov 2022 18:39:12 +0000 Subject: [PATCH] =?UTF-8?q?'configs/pacman-hooks/grub.hook'=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/pacman-hooks/grub.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/pacman-hooks/grub.hook b/configs/pacman-hooks/grub.hook index f61eb9c..74380af 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/deadc0de-remix-os/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 'cp /opt/spectreos/configs/grub.d/10_linux /etc/grub.d/10_linux; grub-mkconfig -o /boot/grub/grub.cfg; /usr/bin/mkinitcpio -P'