From 9834a40796c2357d2565fd8fe24761d40632fb8e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 24 Aug 2025 17:46:48 +0200 Subject: [PATCH] Fix bad replace --- install/desktop/theme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/desktop/theme.sh b/install/desktop/theme.sh index 7d7976b9..47a5d398 100644 --- a/install/desktop/theme.sh +++ b/install/desktop/theme.sh @@ -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