From 43fffc44743f10ac6ea923fd2c0539047817efa9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 18 Feb 2026 12:52:51 +0100 Subject: [PATCH] Excess CR --- bin/omarchy-update-restart | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/omarchy-update-restart b/bin/omarchy-update-restart index b6b73afe..2b6d85d4 100755 --- a/bin/omarchy-update-restart +++ b/bin/omarchy-update-restart @@ -2,7 +2,6 @@ if [ "$(uname -r | sed 's/-arch/\.arch/')" != "$(pacman -Q linux | awk '{print $2}')" ]; then gum confirm "Linux kernel has been updated. Reboot?" && omarchy-cmd-reboot - elif [ -f "$HOME/.local/state/omarchy/reboot-required" ]; then gum confirm "Updates require reboot. Ready?" && omarchy-cmd-reboot fi