Fix bad replace

This commit is contained in:
David Heinemeier Hansson 2025-08-24 17:46:48 +02:00
parent edf0bb3128
commit 9834a40796

View File

@ -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