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:
parent
e6c1a52341
commit
7535e0ad0a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user