From 1bbb20695efbb435df78b6df336009059005eecd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Feb 2026 15:06:16 +0100 Subject: [PATCH] Proper spacing --- bin/omarchy-update-restart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/omarchy-update-restart b/bin/omarchy-update-restart index e71ab568..ee03fbde 100755 --- a/bin/omarchy-update-restart +++ b/bin/omarchy-update-restart @@ -1,5 +1,7 @@ #!/bin/bash +echo + if [[ ! -d /usr/lib/modules/$(uname -r) ]]; then gum confirm "Linux kernel has been updated. Reboot?" && omarchy-system-reboot elif [[ -f $HOME/.local/state/omarchy/reboot-required ]]; then