Better spacing

This commit is contained in:
David Heinemeier Hansson 2025-08-10 20:12:20 +02:00
parent 72a1d81d20
commit 8d20626534

View File

@ -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