From 7535e0ad0a7c3b2e9814077695c7773d451601eb Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 18 Aug 2025 12:28:55 +0200 Subject: [PATCH] Don't fail in case chromium package is not there In case another package has been used to provide chromium --- migrations/1755164105.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1755164105.sh b/migrations/1755164105.sh index 73c64b36..c1c0d872 100644 --- a/migrations/1755164105.sh +++ b/migrations/1755164105.sh @@ -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