From 77135346933796188b75e0412e38e102a07414c1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Aug 2025 18:24:31 +0200 Subject: [PATCH] Fix end to fi --- install/login/limine-snapper.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/login/limine-snapper.sh b/install/login/limine-snapper.sh index f46b214b..74675ee5 100644 --- a/install/login/limine-snapper.sh +++ b/install/login/limine-snapper.sh @@ -53,12 +53,12 @@ EOF # 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 - sudo snapper -c root create-config / + sudo snapper -c root create-config / fi if ! sudo snapper list-configs 2>/dev/null | grep -q "home"; then - sudo snapper -c home create-config /home + sudo snapper -c home create-config /home fi - end + fi # Tweak default Snapper configs sudo sed -i 's/^TIMELINE_CREATE="yes"/TIMELINE_CREATE="no"/' /etc/snapper/configs/{root,home}