diff --git a/bin/omarchy-update-system-pkgs b/bin/omarchy-update-system-pkgs index 642c3214..e2c10ba7 100755 --- a/bin/omarchy-update-system-pkgs +++ b/bin/omarchy-update-system-pkgs @@ -9,7 +9,7 @@ if omarchy-pkg-aur-accessible; then yay -Syu --noconfirm echo else - echo -e "\e[31m\nAUR is unavailable, skipping updates\e[0m" + echo -e "\e[31m\nAUR is unavailable (so skipping updates)\e[0m" echo fi