From b0aa10abb31451b8adf667d1a5fee00cddd76db3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 26 Feb 2026 10:13:36 +0100 Subject: [PATCH] Fix conditional --- bin/omarchy-config-direct-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-config-direct-boot b/bin/omarchy-config-direct-boot index 7cfedd3a..6bb82123 100755 --- a/bin/omarchy-config-direct-boot +++ b/bin/omarchy-config-direct-boot @@ -34,7 +34,7 @@ boot_source=$(findmnt -n -o SOURCE /boot) disk=$(echo "$boot_source" | sed 's/p\?[0-9]*$//') part=$(echo "$boot_source" | grep -o 'p\?[0-9]*$' | sed 's/^p//') -if ! gum confirm "Setup direct boot (so snapshot booting must be done via bios)?"; then +if gum confirm "Setup direct boot (so snapshot booting must be done via bios)?"; then echo "Creating EFI boot entry for $uki_file" sudo efibootmgr --create \