From 8d2062653417b64fad7b3ac907443bf1befb8411 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 10 Aug 2025 20:12:20 +0200 Subject: [PATCH] Better spacing --- bin/omarchy-update | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/omarchy-update b/bin/omarchy-update index 15048501..7df1551f 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -15,6 +15,7 @@ git -C $omarchy_path diff --check || git -C $omarchy_path reset --merge # Update system packages echo -e "\e[32m\nUpdate system packages\e[0m" yay -Syu --noconfirm +echo # Offer to reboot if the kernel has been changed if [ "$(uname -r | sed 's/-arch/\.arch/')" != "$(pacman -Q linux | awk '{print $2}')" ]; then