From 69afedf380e216c0bd6361a7f37582b4f7bceb5d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:28:22 +0200 Subject: [PATCH] Separate out AUR installs with yay --- install/login/limine-snapper.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/login/limine-snapper.sh b/install/login/limine-snapper.sh index 8fc26881..7fbfeb01 100644 --- a/install/login/limine-snapper.sh +++ b/install/login/limine-snapper.sh @@ -62,7 +62,9 @@ term_background_bright: 24283b EOF - yay -S --noconfirm --needed limine-mkinitcpio-hook limine-snapper-sync + sudo pacman -S --noconfirm --needed limine-snapper-sync + # FIXME: Figure out how to skip this when AUR isn't there + yay -S --noconfirm --needed limine-mkinitcpio-hook sudo limine-update # Match Snapper configs if not installing from the ISO