From b8cc8d8bc30087becf751b033f083c14a77405eb Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sat, 23 Aug 2025 20:25:04 +0200 Subject: [PATCH] Move update up in case something goes wrong --- install/login/limine-snapper.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/login/limine-snapper.sh b/install/login/limine-snapper.sh index 94437ebd..af520688 100644 --- a/install/login/limine-snapper.sh +++ b/install/login/limine-snapper.sh @@ -52,6 +52,8 @@ term_background_bright: 24283b EOF + sudo limine-update + # Match Snapper configs if not installing from the ISO if [ -z "${OMARCHY_CHROOT_INSTALL:-}" ]; then if ! sudo snapper list-configs 2>/dev/null | grep -q "root"; then