1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

fixed pacaur install

This commit is contained in:
eoli3n 2017-12-17 01:29:03 +01:00
parent 955abcea0a
commit 6610cacdbd

@ -12,7 +12,7 @@
- server - server
- name: Install pacaur - name: Install pacaur
shell: creates=/usr/bin/pacaur curl -o /tmp/PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacaur; makepkg PKGBUILD --install --needed shell: creates=/usr/bin/pacaur curl -o /tmp/PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=pacaur; makepkg /tmp/PKGBUILD --install --needed
when: ansible_os_family == "Archlinux" when: ansible_os_family == "Archlinux"
tags: tags:
- desktop - desktop