mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
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:
@@ -10,7 +10,7 @@ set_theme_colors() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if command -v chromium &>/dev/null; then
|
if command -v chromium &>/dev/null; then
|
||||||
yay -Rns --noconfirm chromium
|
yay -Rns --noconfirm chromium || true
|
||||||
yay -Sy --noconfirm omarchy-chromium-bin
|
yay -Sy --noconfirm omarchy-chromium-bin
|
||||||
|
|
||||||
if pgrep -x chromium; then
|
if pgrep -x chromium; then
|
||||||
|
|||||||
Reference in New Issue
Block a user