From 5f60b45ec527d201a1fcb9ed3a6fe8330d7091fd Mon Sep 17 00:00:00 2001 From: eoli3n Date: Sun, 17 Dec 2017 01:38:36 +0100 Subject: [PATCH] fixed pacaur install --- install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.yml b/install.yml index 02837f8..92336ec 100644 --- a/install.yml +++ b/install.yml @@ -31,8 +31,8 @@ - name: Install pacaur block: - - shell: creates=/usr/bin/cower curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=cower; makepkg PKGBUILD --skippgpcheck --install --needed - - shell: creates=/usr/bin/pacaur curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacaur; makepkg PKGBUILD --install --needed + - shell: creates=/usr/bin/cower curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=cower; makepkg PKGBUILD --skippgpcheck --install --needed --noconfirm + - shell: creates=/usr/bin/pacaur curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacaur; makepkg PKGBUILD --install --needed --noconfirm when: ansible_os_family == "Archlinux" tags: - desktop