mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
fixed pacaur install
This commit is contained in:
parent
955abcea0a
commit
6610cacdbd
@ -12,7 +12,7 @@
|
||||
- server
|
||||
|
||||
- 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"
|
||||
tags:
|
||||
- desktop
|
||||
|
Loading…
Reference in New Issue
Block a user