Excess CR

This commit is contained in:
David Heinemeier Hansson
2026-02-18 12:52:51 +01:00
parent e1d2b996b0
commit 43fffc4474
-1
View File
@@ -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