From ce3dad5b22042f5fe18a4488ebfa6c7b7387756a Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Fri, 22 Aug 2025 19:52:03 +0300 Subject: [PATCH] quickshell pkg name fix --- roles/installs/tasks/quickshell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/installs/tasks/quickshell.yml b/roles/installs/tasks/quickshell.yml index f3f0ed3..653368e 100644 --- a/roles/installs/tasks/quickshell.yml +++ b/roles/installs/tasks/quickshell.yml @@ -9,7 +9,7 @@ become: true ansible.builtin.dnf5: name: - - quickshell-git + - quickshell state: latest - name: Installing common deps