From f599bcd1472b5b24582b78764c1f48cf338989b2 Mon Sep 17 00:00:00 2001 From: Karl Goecking Date: Sun, 15 Feb 2026 13:38:50 +0100 Subject: [PATCH] Use yay instead of pamac for AUR packages --- tasks/configure-software-manjaro.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/configure-software-manjaro.yaml b/tasks/configure-software-manjaro.yaml index fe8f725..c03b613 100644 --- a/tasks/configure-software-manjaro.yaml +++ b/tasks/configure-software-manjaro.yaml @@ -10,7 +10,7 @@ - name: Package Installation - Install greenclip from AUR become_user: "{{ username }}" - command: pamac install --no-confirm greenclip + command: yay -S --noconfirm greenclip args: creates: /usr/bin/greenclip