mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Fix bad replace
This commit is contained in:
@@ -11,7 +11,7 @@ if ! pacman -Q gnome-themes-extra &>/dev/null; then
|
||||
fi
|
||||
|
||||
# Allow icons to match the theme
|
||||
if ! yay -! yaru-icon-theme &>/dev/null; then
|
||||
if ! pacman -Q yaru-icon-theme &>/dev/null; then
|
||||
sudo pacman -S --noconfirm yaru-icon-theme
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user