Fix(dotfiles): replace AUR by wget method to install antibody
This commit is contained in:
@@ -37,13 +37,14 @@
|
||||
with_items: "{{ me }}"
|
||||
when: not minimal and not server
|
||||
|
||||
- name: Install Antibody
|
||||
aur:
|
||||
name: antibody
|
||||
use: makepkg
|
||||
skip_installed: true
|
||||
become: yes
|
||||
become_user: aur_builder
|
||||
- name: Download antibody
|
||||
get_url: url=git.io/antibody dest=/tmp/antibody.sh
|
||||
|
||||
- name: Execute the antibody.sh
|
||||
shell: /tmp/antibody.sh
|
||||
|
||||
- name: Remove the antibody.sh
|
||||
file: path=/tmp/antibody.sh state=absent
|
||||
|
||||
- name: Copy local zshrc
|
||||
template:
|
||||
|
Reference in New Issue
Block a user