Better spacing
This commit is contained in:
parent
72a1d81d20
commit
8d20626534
@ -15,6 +15,7 @@ git -C $omarchy_path diff --check || git -C $omarchy_path reset --merge
|
|||||||
# Update system packages
|
# Update system packages
|
||||||
echo -e "\e[32m\nUpdate system packages\e[0m"
|
echo -e "\e[32m\nUpdate system packages\e[0m"
|
||||||
yay -Syu --noconfirm
|
yay -Syu --noconfirm
|
||||||
|
echo
|
||||||
|
|
||||||
# Offer to reboot if the kernel has been changed
|
# Offer to reboot if the kernel has been changed
|
||||||
if [ "$(uname -r | sed 's/-arch/\.arch/')" != "$(pacman -Q linux | awk '{print $2}')" ]; then
|
if [ "$(uname -r | sed 's/-arch/\.arch/')" != "$(pacman -Q linux | awk '{print $2}')" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user