Don't fail in case chromium package is not there

In case another package has been used to provide chromium
This commit is contained in:
David Heinemeier Hansson 2025-08-18 12:28:55 +02:00
parent e6c1a52341
commit 7535e0ad0a

View File

@ -10,7 +10,7 @@ set_theme_colors() {
}
if command -v chromium &>/dev/null; then
yay -Rns --noconfirm chromium
yay -Rns --noconfirm chromium || true
yay -Sy --noconfirm omarchy-chromium-bin
if pgrep -x chromium; then